diff options
Diffstat (limited to 'src/include/commands/comment.h')
-rw-r--r-- | src/include/commands/comment.h | 7 |
1 files changed, 3 insertions, 4 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 */ |