aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/stringutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/stringutils.h')
-rw-r--r--src/bin/psql/stringutils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h
index 11da94449ea..c6f037ec716 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.3 1996/11/26 03:20:08 bryanh Exp $
+ * $Id: stringutils.h,v 1.4 1997/08/19 21:36:58 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -27,9 +27,7 @@
/* removes whitespaces from the left, right and both sides of a string */
/* MODIFIES the string passed in and returns the head of it */
-extern char *leftTrim(char *s);
extern char *rightTrim(char *s);
-extern char *doubleTrim(char *s);
#ifdef STRINGUTILS_TEST
extern void testStringUtils();