scan: New library for high-level PSPP syntax lexical analysis.
[pspp-builds.git] / src / ui / terminal / msg-ui.h
index aa49e730e012d681db53f25dfdf35e2deeb39795..197d7c0273597d2e48045487c684c82841cb6132 100644 (file)
 #define MSG_UI_H 1
 
 #include <stdbool.h>
+#include <stdio.h>
 
-struct source_stream ;
+struct source_stream;
 
-void msg_ui_set_error_file (const char *filename);
+void msg_ui_set_error_file (FILE *);
 void msg_ui_init (struct source_stream *);
 void msg_ui_done (void);
-void check_msg_count (struct source_stream *);
-void reset_msg_count (void);
-bool any_errors (void);
 
 #endif /* msg-ui.h */