diff options
Diffstat (limited to 'src/bin/scripts/common.h')
-rw-r--r-- | src/bin/scripts/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h index 52e7b0c3fcc..6122b686ceb 100644 --- a/src/bin/scripts/common.h +++ b/src/bin/scripts/common.h @@ -16,7 +16,6 @@ int optreset; #endif const char *get_user_name(const char *progname); -char *get_progname(char *argv0); #define _(x) gettext((x)) void init_nls(void); |