diff options
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index e6b8309aac8..59269216ea7 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.61 2000/06/28 03:32:56 tgl Exp $ + * $Id: miscadmin.h,v 1.62 2000/07/02 15:21:18 petere Exp $ * * NOTES * some of the information in this file will be moved to @@ -227,4 +227,7 @@ extern void SetPidFname(char *datadir); extern void UnlinkPidFile(void); extern int SetPidFile(pid_t pid); + +extern void ValidatePgVersion(const char *path); + #endif /* MISCADMIN_H */ |