From: Bruce Momjian Date: Wed, 27 Nov 1996 13:48:23 +0000 (+0000) Subject: no change X-Git-Tag: REL2_0~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=134c35c7610d2c2bf091e2a6aade760ae4c64beb;p=postgresql no change --- diff --git a/src/bin/pg4_dump/pg_dump.h b/src/bin/pg4_dump/pg_dump.h index 0708f671be..94e95b03b2 100644 --- a/src/bin/pg4_dump/pg_dump.h +++ b/src/bin/pg4_dump/pg_dump.h @@ -150,7 +150,6 @@ extern void flagInhAttrs(TableInfo* tbinfo, int numTables, InhInfo* inhinfo, int numInherits); extern void check_conn_and_db(); -extern char* dupstr(char *s); extern int strInArray(char* pattern, char** arr, int arr_size); extern void parseArgTypes(char **argtypes, char* str); extern int isArchiveName(char*);