diff options
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 6f4d6f4028f..a6f22432994 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.26 1998/06/09 17:13:06 momjian Exp $ + * $Id: miscadmin.h,v 1.27 1998/07/09 03:28:55 scrappy Exp $ * * NOTES * some of the information in this file will be moved to @@ -42,6 +42,8 @@ extern char *DataDir; extern int MyProcPid; +extern long MyCancelKey; + extern char OutputFileName[]; /* |