diff options
Diffstat (limited to 'src/include/commands/creatinh.h')
-rw-r--r-- | src/include/commands/creatinh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h index ffb111937a0..11d5fdb7a0d 100644 --- a/src/include/commands/creatinh.h +++ b/src/include/commands/creatinh.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: creatinh.h,v 1.10 1999/09/23 17:03:16 momjian Exp $ + * $Id: creatinh.h,v 1.11 1999/10/15 01:49:46 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,5 +18,6 @@ extern void DefineRelation(CreateStmt *stmt, char relkind); extern void RemoveRelation(char *name); extern void TruncateRelation(char *name); +extern void CommentRelation(char *name, char *attr, char *comment); #endif /* CREATINH_H */ |