diff options
Diffstat (limited to 'src/include/parser/gramparse.h')
-rw-r--r-- | src/include/parser/gramparse.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index bd9a4574183..88c00ce9f37 100644 --- a/src/include/parser/gramparse.h +++ b/src/include/parser/gramparse.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: gramparse.h,v 1.14 2001/01/24 19:43:27 momjian Exp $ + * $Id: gramparse.h,v 1.15 2001/02/09 03:26:27 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -27,5 +27,7 @@ extern void yyerror(const char *message); extern void parser_init(Oid *typev, int nargs); extern Oid param_type(int t); extern int yyparse(void); +extern char *xlateSqlFunc(char *name); +extern char *xlateSqlType(char *name); #endif /* GRAMPARSE_H */ |