interactive: Honor SIGTERM.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 43d9eef2524ccefefd486d4166c8d1a234f9d514..8b1ae341e946f91bb46c9e690b35f494927c9d4e 100644 (file)
--- a/error.h
+++ b/error.h
@@ -485,6 +485,7 @@ extern const char **para_errlist[];
 #define INTERACTIVE_ERRORS \
        PARA_ERROR(I9E_EOF, "end of input"), \
        PARA_ERROR(I9E_SETUPTERM, "failed to set up terminal"), \
+       PARA_ERROR(I9E_TERM_RQ, "received termination request"), \
 
 /** \endcond errors */