From ca9540d34f0ad97c5659cac30aab8a016bd9868c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 1 Aug 2004 06:19:26 +0000 Subject: Add docs for initdb --auth. --- src/include/port.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/port.h') diff --git a/src/include/port.h b/src/include/port.h index 9869674a362..ac3634e0eef 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/port.h,v 1.45 2004/07/23 01:58:36 momjian Exp $ + * $PostgreSQL: pgsql/src/include/port.h,v 1.46 2004/08/01 06:19:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -148,6 +148,8 @@ extern int pgunlink(const char *path); #define unlink(path) pgunlink(path) #endif +extern bool rmtree(char *path, bool rmtopdir); + #ifdef WIN32 /* open() replacement to allow delete of held files */ -- cgit v1.2.3