Declare this as `extern' if necessary.

1999-02-10  Martin Baulig  <martin@home-of-linux.org>

	* gnuserv.c (program_invocation_*_name): Declare this as `extern'
	if necessary.
This commit is contained in:
Martin Baulig
1999-02-11 18:40:36 +00:00
committed by Martin Baulig
parent 411a1c8e84
commit 8773604ef1
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
1999-02-10 Martin Baulig <martin@home-of-linux.org>
* gnuserv.c (program_invocation_*_name): Declare this as `extern'
if necessary.
1998-12-17 Martin Baulig <baulig@merkur.uni-trier.de> 1998-12-17 Martin Baulig <baulig@merkur.uni-trier.de>
* gnuserv.c: Don't include <gnome-argp.h>. * gnuserv.c: Don't include <gnome-argp.h>.

View File

@@ -50,6 +50,10 @@
#include <sys/select.h> #include <sys/select.h>
#endif #endif
#ifdef NEED_DECLARATION_PROGRAM_INVOCATION_NAME
extern char *program_invocation_name, *program_invocation_short_name;
#endif
#ifndef HAVE_PROGRAM_INVOCATION_SHORT_NAME #ifndef HAVE_PROGRAM_INVOCATION_SHORT_NAME
char *program_invocation_short_name; char *program_invocation_short_name;
#endif #endif