From 3e27a5a61f2173d53717ec3eca3dcca0057c6692 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 26 Jul 2000 13:10:16 +0000 Subject: [PATCH] (get_progname): add prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8834 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 1 + 1 file changed, 1 insertion(+) 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 }