diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/nodes/readfuncs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h index 035c14e6b53..ade510052ef 100644 --- a/src/include/nodes/readfuncs.h +++ b/src/include/nodes/readfuncs.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: readfuncs.h,v 1.7 1999/02/13 23:21:41 momjian Exp $ + * $Id: readfuncs.h,v 1.8 2000/01/14 00:53:20 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -19,6 +19,7 @@ * prototypes for functions in read.c (the lisp token parser) */ extern char *lsptok(char *string, int *length); +extern char *debackslash(char *token, int length); extern void *nodeRead(bool read_car_only); /* |