diff options
Diffstat (limited to 'src/bin/psql/stringutils.h')
-rw-r--r-- | src/bin/psql/stringutils.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h index f5140469d68..11da94449ea 100644 --- a/src/bin/psql/stringutils.h +++ b/src/bin/psql/stringutils.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: stringutils.h,v 1.2 1996/07/28 07:08:15 scrappy Exp $ + * $Id: stringutils.h,v 1.3 1996/11/26 03:20:08 bryanh Exp $ * *------------------------------------------------------------------------- */ @@ -31,11 +31,6 @@ extern char *leftTrim(char *s); extern char *rightTrim(char *s); extern char *doubleTrim(char *s); -/* dupstr : copies a string, while making room for it */ -/* the CALLER is responsible for freeing the space */ -/* returns NULL if the argument is NULL */ -extern char *dupstr(char *s); - #ifdef STRINGUTILS_TEST extern void testStringUtils(); #endif |