(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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user