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