Removed my authorship lines.
[pspp-builds.git] / src / ui / gui / message-dialog.h
index 3b85e60f2c1834f7f3db428fe8321e99eccf6c86..cbec219237a249f9f8cab252c538adabfee61d7d 100644 (file)
@@ -1,7 +1,6 @@
 /* 
    PSPPIRE --- A Graphical User Interface for PSPP
    Copyright (C) 2004,2005  Free Software Foundation
-   Written by John Darrington
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 #include <libpspp/message.h>
 
-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