X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmessage.h;h=3856ee5b812a895420886e87f7c41ce5a2f7af3e;hb=2c6814f86fdade89b4b615b0d5b7c6c9c8d1bc1a;hp=5ced994ad52c7db1c7a70919d8422b0536f5d67d;hpb=9ade26c8349b4434008c46cf09bc7473ec743972;p=pspp diff --git a/src/libpspp/message.h b/src/libpspp/message.h index 5ced994ad5..3856ee5b81 100644 --- a/src/libpspp/message.h +++ b/src/libpspp/message.h @@ -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);