Applied patch #5611
[pspp-builds.git] / src / libpspp / msg-locator.h
index b39ea6d2f7e81839236d6c9c6842c026439aff98..63c2264b0d86e57bbee7a60f5a5b3a5acbf7010e 100644 (file)
@@ -31,6 +31,7 @@ void msg_push_msg_locator (const struct msg_locator *loc);
    item on top of the stack. */
 void msg_pop_msg_locator (const struct msg_locator *loc);
 
+struct source_stream ;
 /* Puts the current file and line number into LOC, or NULL and -1 if
    none. */
-void get_msg_location (struct msg_locator *loc);
+void get_msg_location (const struct source_stream *ss, struct msg_locator *loc);