From 173c555948b9002b3b899d7331682e8812d171dc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 8 Oct 1998 18:30:52 +0000 Subject: Make functions static or ifdef NOT_USED. Prevent pg_version creation. --- src/include/miscadmin.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include/miscadmin.h') diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 6fe0bec78bf..436b6cbf241 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.33 1998/09/01 04:33:59 momjian Exp $ + * $Id: miscadmin.h,v 1.34 1998/10/08 18:30:18 momjian Exp $ * * NOTES * some of the information in this file will be moved to @@ -197,10 +197,7 @@ extern void InitPostgres(char *name); /* in miscinit.c */ extern void ExitPostgres(ExitStatus status); -extern void StatusBackendExit(int status); -extern void StatusPostmasterExit(int status); -extern bool IsNoProcessingMode(void); extern bool IsBootstrapProcessingMode(void); extern bool IsInitProcessingMode(void); extern bool IsNormalProcessingMode(void); -- cgit v1.2.3