(setprogname, getprogname): add prototypes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9707 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-02-20 01:48:31 +00:00
parent aa84c80e17
commit e48852383d

View File

@@ -587,6 +587,14 @@ struct hostent* roken_gethostbyaddr(const void*, size_t, int);
#define roken_getsockname(a,b,c) getsockname(a, b, (void*)c)
#endif
#ifndef HAVE_SETPROGNAME
void setprogname(const char *argv0);
#endif
#ifndef HAVE_GETPROGNAME
const char *getprogname(void);
#endif
void set_progname(char *argv0);
const char *get_progname(void);