summaryrefslogtreecommitdiff
path: root/src/include/commands/creatinh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/creatinh.h')
-rw-r--r--src/include/commands/creatinh.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h
index 5ba47f8a03..21208ad958 100644
--- a/src/include/commands/creatinh.h
+++ b/src/include/commands/creatinh.h
@@ -6,13 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: creatinh.h,v 1.5 1997/11/21 18:12:16 momjian Exp $
+ * $Id: creatinh.h,v 1.6 1997/11/26 01:12:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef CREATINH_H
#define CREATINH_H
+#include "nodes/parsenodes.h"
+
extern void DefineRelation(CreateStmt *stmt);
extern void RemoveRelation(char *name);