summaryrefslogtreecommitdiffstats
path: root/gettext-tools
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools')
-rw-r--r--gettext-tools/lib/ChangeLog4
-rw-r--r--gettext-tools/lib/progreloc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog
index b2ed205..88f575d 100644
--- a/gettext-tools/lib/ChangeLog
+++ b/gettext-tools/lib/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-12 Paul Eggert <eggert@twinsun.com>
+
+ * progreloc.c (get_full_program_name): Define via prototype.
+
2003-08-28 Bruno Haible <bruno@clisp.org>
* binary-io.h: Undefine O_BINARY before defining it. This avoids a
diff --git a/gettext-tools/lib/progreloc.c b/gettext-tools/lib/progreloc.c
index cda55a7..13ecb43 100644
--- a/gettext-tools/lib/progreloc.c
+++ b/gettext-tools/lib/progreloc.c
@@ -285,7 +285,7 @@ set_program_name_and_installdir (const char *argv0,
/* Return the full pathname of the current executable, based on the earlier
call to set_program_name_and_installdir. Return NULL if unknown. */
char *
-get_full_program_name ()
+get_full_program_name (void)
{
return executable_fullname;
}