diff options
Diffstat (limited to 'src/include/commands/creatinh.h')
-rw-r--r-- | src/include/commands/creatinh.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h index e676fc25939..4cc9801e85e 100644 --- a/src/include/commands/creatinh.h +++ b/src/include/commands/creatinh.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: creatinh.h,v 1.17 2001/11/05 17:46:33 momjian Exp $ + * $Id: creatinh.h,v 1.18 2002/03/19 02:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,7 +17,7 @@ #include "nodes/parsenodes.h" extern void DefineRelation(CreateStmt *stmt, char relkind); -extern void RemoveRelation(char *name); -extern void TruncateRelation(char *name); +extern void RemoveRelation(const char *name); +extern void TruncateRelation(const char *name); #endif /* CREATINH_H */ |