aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/dbcommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/dbcommands.h')
-rw-r--r--src/include/parser/dbcommands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/parser/dbcommands.h b/src/include/parser/dbcommands.h
index 4a7f32225ca..76b1dc6a0ee 100644
--- a/src/include/parser/dbcommands.h
+++ b/src/include/parser/dbcommands.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dbcommands.h,v 1.3 1997/09/07 04:59:29 momjian Exp $
+ * $Id: dbcommands.h,v 1.4 1997/09/08 02:38:05 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -20,7 +20,7 @@
#define SIGKILLDAEMON1 SIGINT
#define SIGKILLDAEMON2 SIGTERM
-extern void createdb(char *dbname);
-extern void destroydb(char *dbname);
+extern void createdb(char *dbname);
+extern void destroydb(char *dbname);
#endif /* DBCOMMANDS_H */