summaryrefslogtreecommitdiff
path: root/src/include/parser/scansup.h
diff options
context:
space:
mode:
authorBruce Momjian1997-11-26 01:14:33 +0000
committerBruce Momjian1997-11-26 01:14:33 +0000
commit598e86f3b30bfd343dfa5c3b9a310dbd91a96413 (patch)
tree7c94ee05e61fd2e9cb45280ca386a914b20b11cc /src/include/parser/scansup.h
parent4a5b781d71b61887fd312112d75979f250bf723f (diff)
Cleanup up include files.
Diffstat (limited to 'src/include/parser/scansup.h')
-rw-r--r--src/include/parser/scansup.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h
index 660a63db4ea..9a30962cce2 100644
--- a/src/include/parser/scansup.h
+++ b/src/include/parser/scansup.h
@@ -6,9 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: scansup.h,v 1.3 1997/09/08 02:38:16 momjian Exp $
+ * $Id: scansup.h,v 1.4 1997/11/26 01:14:18 momjian Exp $
*
*-------------------------------------------------------------------------
*/
+#ifndef SCANSUP_H
+#define SCANSUP_H
+
extern char *scanstr(char *s);
+
+#endif /* SCANSUP_H */