From 7d1f2f8a270681f463a1ec5e433688248c58cc97 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Fri, 7 Nov 1997 06:38:51 +0000 Subject: Support alternate database locations. --- src/include/parser/dbcommands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/parser') diff --git a/src/include/parser/dbcommands.h b/src/include/parser/dbcommands.h index 76b1dc6a0ee..31c6efd2db8 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 */ -- cgit v1.2.3