Removed my authorship lines.
[pspp-builds.git] / src / ui / gui / message-dialog.h
index 8d4526f0b1565c0257f86269b7c8031f71717735..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 message_dialog_init (void);
+struct source_stream ;
+
+void message_dialog_init (struct source_stream *);
 void message_dialog_done (void);
+void popup_message(const struct msg *m);
 
 #endif