From 0e6652e67357354e01f2466184343d0bc0ee2cab Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 4 Nov 1999 23:14:30 +0000 Subject: psql cleanup --- src/bin/psql/stringutils.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/bin/psql/stringutils.h') diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h index f505a7b2c1..5d72006c8e 100644 --- a/src/bin/psql/stringutils.h +++ b/src/bin/psql/stringutils.h @@ -3,12 +3,11 @@ /* The cooler version of strtok() which knows about quotes and doesn't * overwrite your input */ -extern char * -strtokx(const char *s, - const char *delim, - const char *quote, - char escape, - char * was_quoted, - unsigned int * token_pos); +extern char *strtokx(const char *s, + const char *delim, + const char *quote, + char escape, + char *was_quoted, + unsigned int *token_pos); #endif /* STRINGUTILS_H */ -- cgit v1.2.1