diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
commit | 1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch) | |
tree | 8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/commands/async.h | |
parent | 8fecd4febf8357f3cc20383ed29ced484877d5ac (diff) | |
download | postgresql-1ccd423235a48739d6f7a4d7889705b5f9ecc69b.tar.gz postgresql-1ccd423235a48739d6f7a4d7889705b5f9ecc69b.zip |
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/commands/async.h')
-rw-r--r-- | src/include/commands/async.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h index 7bae5c6f4b4..4f63c7fde71 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -1,26 +1,26 @@ /*------------------------------------------------------------------------- * * async.h-- - * + * * * * Copyright (c) 1994, Regents of the University of California * - * $Id: async.h,v 1.5 1997/08/19 21:38:03 momjian Exp $ + * $Id: async.h,v 1.6 1997/09/07 04:57:19 momjian Exp $ * *------------------------------------------------------------------------- */ -#ifndef ASYNC_H -#define ASYNC_H +#ifndef ASYNC_H +#define ASYNC_H #include <nodes/memnodes.h> -extern void Async_NotifyHandler(SIGNAL_ARGS); -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_NotifyHandler(SIGNAL_ARGS); +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 GlobalMemory notifyContext; -#endif /* ASYNC_H */ +#endif /* ASYNC_H */ |