Applied patch #5611
[pspp-builds.git] / src / libpspp / message.h
index ffafd999f6490d4b76789b2c2e9b643b782734f1..ba35b35104c9c67736dd52f21abe5130c1405ffa 100644 (file)
@@ -85,8 +85,10 @@ struct msg
     char *text;                 /* Error text. */
   };
 
+struct source_stream ;
+
 /* Initialization. */
-void msg_init ( void (*handler) (const struct msg *) );
+void msg_init (struct source_stream *, void (*handler) (const struct msg *) );
 
 void msg_done (void);