From c1bf2255096e324e9005bbf5cbdac785e0264cf7 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 30 Mar 1997 15:51:21 +0000 Subject: [PATCH] Prototype for set_progname. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1515 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 2 ++ lib/roken/roken.h.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index 7f6204112..a7d816ee0 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -299,4 +299,6 @@ extern int opterr; extern const char *__progname; #endif +void set_progname(char *argv0); + #endif /* __ROKEN_H__ */ diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 7f6204112..a7d816ee0 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -299,4 +299,6 @@ extern int opterr; extern const char *__progname; #endif +void set_progname(char *argv0); + #endif /* __ROKEN_H__ */