X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fterminal%2Fmsg-ui.h;h=39ebb82f8e18d6120643b2485493903376242afc;hb=8cd2dcd874841a5a7a64a42f76ee9d1fae5718ad;hp=fc9dcd95939e9e2b6499008889972aa520531688;hpb=9f1d9ea8ac4f5e35a773581cf3d5ebd9e219bff8;p=pspp-builds.git diff --git a/src/ui/terminal/msg-ui.h b/src/ui/terminal/msg-ui.h index fc9dcd95..39ebb82f 100644 --- a/src/ui/terminal/msg-ui.h +++ b/src/ui/terminal/msg-ui.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -22,9 +21,12 @@ #include -void msg_ui_init (void); +struct source_stream ; + +void msg_ui_set_error_file (const char *filename); +void msg_ui_init (struct source_stream *); void msg_ui_done (void); -void check_msg_count (void); +void check_msg_count (struct source_stream *); void reset_msg_count (void); bool any_errors (void);