aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/dbcommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/dbcommands.h')
-rw-r--r--src/include/commands/dbcommands.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h
index 2b0da3114df..0ee47857c8a 100644
--- a/src/include/commands/dbcommands.h
+++ b/src/include/commands/dbcommands.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dbcommands.h,v 1.4 1998/07/26 04:31:23 scrappy Exp $
+ * $Id: dbcommands.h,v 1.5 1998/08/24 01:14:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -19,11 +19,7 @@
*/
#define SIGKILLDAEMON1 SIGTERM
-#ifdef MULTIBYTE
extern void createdb(char *dbname, char *dbpath, int encoding);
-#else
-extern void createdb(char *dbname, char *dbpath);
-#endif
extern void destroydb(char *dbname);
#endif /* DBCOMMANDS_H */