summaryrefslogtreecommitdiff
path: root/src/include/utils/fcache2.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-01-24 22:50:57 +0000
committerBruce Momjian <bruce@momjian.us>1998-01-24 22:50:57 +0000
commit72295139434d26c6da565faee2f50cb6fa900d43 (patch)
treefe3868a4a1f475cc4d7adbc7ab069052b5d67b20 /src/include/utils/fcache2.h
parent27317a0d7c267ef356f7620f00769363007fcb3f (diff)
downloadpostgresql-72295139434d26c6da565faee2f50cb6fa900d43.tar.gz
Fix prototypes so they don't look like function definitions.
Diffstat (limited to 'src/include/utils/fcache2.h')
-rw-r--r--src/include/utils/fcache2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/utils/fcache2.h b/src/include/utils/fcache2.h
index 9ed3c76603..f980dd9df8 100644
--- a/src/include/utils/fcache2.h
+++ b/src/include/utils/fcache2.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: fcache2.h,v 1.5 1997/09/08 21:55:02 momjian Exp $
+ * $Id: fcache2.h,v 1.6 1998/01/24 22:50:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,6 @@
#include <nodes/execnodes.h>
-extern void
- setFcache(Node *node, Oid foid, List *argList, ExprContext *econtext);
+extern void setFcache(Node *node, Oid foid, List *argList, ExprContext *econtext);
#endif /* FCACHE2_H */