From d46e6438225d8741100dc400a4a63c87799f0945 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 4 Apr 2003 20:42:13 +0000 Subject: Add Win32 path handling for / vs. \ and drive letters. --- src/bin/scripts/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bin/scripts/common.h') 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); -- cgit v1.2.3