diff options
Diffstat (limited to 'src/bin/psql/common.h')
-rw-r--r-- | src/bin/psql/common.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/bin/psql/common.h b/src/bin/psql/common.h index 2758165c9ba..6c18ed73e15 100644 --- a/src/bin/psql/common.h +++ b/src/bin/psql/common.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/common.h,v 1.42 2005/01/01 05:43:08 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/common.h,v 1.43 2005/05/30 18:28:11 momjian Exp $ */ #ifndef COMMON_H #define COMMON_H @@ -60,12 +60,6 @@ extern bool SendQuery(const char *query); extern bool is_superuser(void); extern const char *session_username(void); -/* Parse a numeric character code from the string pointed at by *buf, e.g. - * one written as 0x0c (hexadecimal) or 015 (octal); advance *buf to the last - * character of the numeric character code. - */ -extern char parse_char(char **buf); - extern char *expand_tilde(char **filename); #endif /* COMMON_H */ |