X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmessage-dialog.h;h=0b6c4bc6e2d02b0d5dea1ce4db2c5733e5903ed8;hb=5bacd5c053e285ccfba287d2b28079f1d1c49cc9;hp=3b85e60f2c1834f7f3db428fe8321e99eccf6c86;hpb=a19b858e0ac3c69e4a28c0ca6d8674427268a863;p=pspp diff --git a/src/ui/gui/message-dialog.h b/src/ui/gui/message-dialog.h index 3b85e60f2c..0b6c4bc6e2 100644 --- a/src/ui/gui/message-dialog.h +++ b/src/ui/gui/message-dialog.h @@ -24,8 +24,10 @@ #include -void vmsg(int klass, const char *fmt, va_list args); -void msg(int klass, const char *fmt, ...); +struct source_stream ; +void message_dialog_init (struct source_stream *); +void message_dialog_done (void); +void popup_message(const struct msg *m); #endif