Applying patch #5562
[pspp-builds.git] / src / libpspp / message.h
index e345ea655132858d34a4f708e5b9f737b00aee5d..ffafd999f6490d4b76789b2c2e9b643b782734f1 100644 (file)
@@ -86,8 +86,7 @@ struct msg
   };
 
 /* Initialization. */
-void msg_init ( void (*handler) (const struct msg *), 
-               void (*location) (struct msg_locator *) ) ;
+void msg_init ( void (*handler) (const struct msg *) );
 
 void msg_done (void);