work on PRINT encoding
[pspp] / src / libpspp / message.h
index 5ced994ad52c7db1c7a70919d8422b0536f5d67d..3856ee5b812a895420886e87f7c41ce5a2f7af3e 100644 (file)
@@ -39,6 +39,8 @@ enum msg_severity
     MSG_N_SEVERITIES
   };
 
+const char *msg_severity_to_string (enum msg_severity);
+
 /* Combination of a category and a severity for convenience. */
 enum msg_class
   {
@@ -80,8 +82,6 @@ struct msg
     char *text;                 /* Error text. */
   };
 
-struct source_stream ;
-
 /* Initialization. */
 void msg_set_handler (void (*handler) (const struct msg *, void *lexer),
                       void *aux);