X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2Fmsg-locator.h;h=df451f09ffecbc2c433b9b98bdafd959a1516b13;hb=847f28dc2b47bda50561ff1547af42053a56eb78;hp=b39ea6d2f7e81839236d6c9c6842c026439aff98;hpb=b8b67a1e1f709640ccdb3422a591b938edb0ceea;p=pspp-builds.git diff --git a/src/libpspp/msg-locator.h b/src/libpspp/msg-locator.h index b39ea6d2..df451f09 100644 --- a/src/libpspp/msg-locator.h +++ b/src/libpspp/msg-locator.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. - Written by Ben Pfaff . 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);