From 1d8bbfd2e7cfb72cbe4d5c5d4fa650a28dedac0b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 19 Aug 1997 21:40:56 +0000 Subject: Make functions static where possible, enclose unused functions in #ifdef NOT_USED. --- src/include/commands/async.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include/commands/async.h') diff --git a/src/include/commands/async.h b/src/include/commands/async.h index c572c64243c..7bae5c6f4b4 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: async.h,v 1.4 1996/11/08 06:01:49 momjian Exp $ + * $Id: async.h,v 1.5 1997/08/19 21:38:03 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,10 +20,7 @@ extern void Async_Notify(char *relname); extern void Async_NotifyAtCommit(void); extern void Async_NotifyAtAbort(void); extern void Async_Listen(char *relname, int pid); -extern void Async_Unlisten(char *relname, int pid); -extern void Async_UnlistenOnExit(int code, char *relname); extern GlobalMemory notifyContext; -extern void Async_NotifyFrontEnd(void); #endif /* ASYNC_H */ -- cgit v1.2.3