mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
psql cleanup
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user