Add missing _() around messages.
[pspp-builds.git] / src / libpspp / msg-locator.h
index b39ea6d2f7e81839236d6c9c6842c026439aff98..df451f09ffecbc2c433b9b98bdafd959a1516b13 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -31,6 +30,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);