summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/comment.h7
-rw-r--r--src/include/commands/trigger.h5
2 files changed, 4 insertions, 8 deletions
diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h
index 7f400411b4e..c9a5b63821f 100644
--- a/src/include/commands/comment.h
+++ b/src/include/commands/comment.h
@@ -23,9 +23,8 @@
*------------------------------------------------------------------
*/
-void CreateComments(Oid oid, char *comment);
-void DeleteComments(Oid oid);
-void CommentObject(int objtype, char *objname, char *objproperty,
- List *objlist, char *comment);
+extern void DeleteComments(Oid oid);
+extern void CommentObject(int objtype, char *objname, char *objproperty,
+ List *objlist, char *comment);
#endif /* COMMENT_H */
diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h
index c6d5b5413c4..22dac3f5fe3 100644
--- a/src/include/commands/trigger.h
+++ b/src/include/commands/trigger.h
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: trigger.h,v 1.20 2000/05/29 01:59:11 tgl Exp $
+ * $Id: trigger.h,v 1.21 2000/06/08 22:37:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -137,9 +137,6 @@ extern void DeferredTriggerAbortXact(void);
extern void DeferredTriggerSetState(ConstraintsSetStmt *stmt);
-extern void DeferredTriggerSaveEvent(Relation rel, int event,
- HeapTuple oldtup, HeapTuple newtup);
-
/*
* in utils/adt/ri_triggers.c