summaryrefslogtreecommitdiff
path: root/src/include/nodes/readfuncs.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-05-06 14:01:33 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-05-06 14:01:33 +0000
commiteee6f9d5c2689660fe3e4586e4b144ea06f04202 (patch)
tree84b6f8f29377fc2515065040263c5b787093811a /src/include/nodes/readfuncs.h
parent839be02ee16872973c68acfe3fad9e51c57c8c5e (diff)
Rewrite nodeRead() in a less obfuscated fashion, per discussion with
Neil Conway.
Diffstat (limited to 'src/include/nodes/readfuncs.h')
-rw-r--r--src/include/nodes/readfuncs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h
index 0c67f3e3a3a..c3cfd9e3d50 100644
--- a/src/include/nodes/readfuncs.h
+++ b/src/include/nodes/readfuncs.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/nodes/readfuncs.h,v 1.18 2003/11/29 22:41:06 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/readfuncs.h,v 1.19 2004/05/06 14:01:33 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -21,7 +21,7 @@
*/
extern char *pg_strtok(int *length);
extern char *debackslash(char *token, int length);
-extern void *nodeRead(bool read_car_only);
+extern void *nodeRead(char *token, int tok_len);
/*
* prototypes for functions in readfuncs.c