X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fprogreloc.c;h=13ecb436e4f294cefc7159218b328a63038b3376;hb=22c1c15d0a29a1b7ea75456abe3f7062f835c887;hp=cda55a76e91886c55507c9ec051656bd6ccf451c;hpb=ea1d8c004c8d70b20a1ee910f75abb5a68ace9e0;p=gnulib.git diff --git a/lib/progreloc.c b/lib/progreloc.c index cda55a76e..13ecb436e 100644 --- a/lib/progreloc.c +++ b/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; }