diff options
Diffstat (limited to 'src/include/nodes/readfuncs.h')
-rw-r--r-- | src/include/nodes/readfuncs.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h deleted file mode 100644 index fc00ce106fa..00000000000 --- a/src/include/nodes/readfuncs.h +++ /dev/null @@ -1,31 +0,0 @@ -/*------------------------------------------------------------------------- - * - * readfuncs.h - * header file for read.c and readfuncs.c. These functions are internal - * to the stringToNode interface and should not be used by anyone else. - * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group - * Portions Copyright (c) 1994, Regents of the University of California - * - * $Id: readfuncs.h,v 1.15 2002/06/20 20:29:51 momjian Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef READFUNCS_H -#define READFUNCS_H - -#include "nodes/nodes.h" - -/* - * prototypes for functions in read.c (the lisp token parser) - */ -extern char *pg_strtok(int *length); -extern char *debackslash(char *token, int length); -extern void *nodeRead(bool read_car_only); - -/* - * prototypes for functions in readfuncs.c - */ -extern Node *parsePlanString(void); - -#endif /* READFUNCS_H */ |