Move MX* processing to libpspp/message.c
[pspp] / src / libpspp / message.h
index e1fc4f5aab1235459b075ddf92e2c704c4561d62..cf297ae324babc5bbbd9ee26cc3e5bb17b6f1cb5 100644 (file)
@@ -112,4 +112,8 @@ void msg_pop_msg_locator (const struct msg_locator *);
 /* Used in panic situations only. */
 void request_bug_report_and_abort (const char *msg) NO_RETURN;
 
+bool msg_ui_too_many_errors (void);
+void msg_ui_reset_counts (void);
+bool msg_ui_any_errors (void);
+
 #endif /* message.h */