diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-04-04 20:42:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-04-04 20:42:13 +0000 |
commit | d46e6438225d8741100dc400a4a63c87799f0945 (patch) | |
tree | c20b838ead99ca2558a188b84595115538c02dd2 /src/bin/scripts/common.h | |
parent | 9bad936f67cb7561d0d232ca365e23fe73219a1a (diff) | |
download | postgresql-d46e6438225d8741100dc400a4a63c87799f0945.tar.gz postgresql-d46e6438225d8741100dc400a4a63c87799f0945.zip |
Add Win32 path handling for / vs. \ and drive letters.
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); |