diff options
Diffstat (limited to 'src/include/parser/dbcommands.h')
| -rw-r--r-- | src/include/parser/dbcommands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/parser/dbcommands.h b/src/include/parser/dbcommands.h index 76b1dc6a0e..31c6efd2db 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.4 1997/09/08 02:38:05 momjian Exp $ + * $Id: dbcommands.h,v 1.5 1997/11/07 06:38:09 thomas Exp $ * *------------------------------------------------------------------------- */ @@ -20,7 +20,7 @@ #define SIGKILLDAEMON1 SIGINT #define SIGKILLDAEMON2 SIGTERM -extern void createdb(char *dbname); +extern void createdb(char *dbname, char *dbpath); extern void destroydb(char *dbname); #endif /* DBCOMMANDS_H */ |
