From 4a5b781d71b61887fd312112d75979f250bf723f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 25 Nov 1997 22:07:18 +0000 Subject: Break parser functions into smaller files, group together. --- src/include/parser/analyze.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/include/parser/analyze.h (limited to 'src/include/parser/analyze.h') diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h new file mode 100644 index 00000000000..a85e2074bbe --- /dev/null +++ b/src/include/parser/analyze.h @@ -0,0 +1,19 @@ +/*------------------------------------------------------------------------- + * + * analyze.h + * + * + * Copyright (c) 1994, Regents of the University of California + * + * $Id: analyze.h,v 1.1 1997/11/25 22:06:47 momjian Exp $ + * + *------------------------------------------------------------------------- + */ +#ifndef ANALYZE_H +#define ANALYZE_H + +#include + +QueryTreeList *parse_analyze(List *pl); + +#endif /* ANALYZE_H */ -- cgit v1.2.3