diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index af0f107cf..c9e63e74c 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -583,6 +583,7 @@ struct hostent* roken_gethostbyaddr(const void*, size_t, int); #endif void set_progname(char *argv0); +const char *get_progname(void); #ifdef __cplusplus }