diff options
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index ee10cef0a52..774ff0f34d8 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -11,7 +11,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.18 1997/12/04 23:58:01 thomas Exp $ + * $Id: miscadmin.h,v 1.19 1998/01/25 05:15:01 momjian Exp $ * * NOTES * some of the information in this file will be moved to @@ -36,10 +36,11 @@ extern int PostmasterMain(int argc, char *argv[]); */ extern int Portfd; extern int Noversion; -extern int MasterPid; extern int Quiet; extern char *DataDir; +extern int MyProcPid; + extern char OutputFileName[]; /* |