diff options
Diffstat (limited to 'src/interfaces/libpq/pqsignal.h')
-rw-r--r-- | src/interfaces/libpq/pqsignal.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/libpq/pqsignal.h b/src/interfaces/libpq/pqsignal.h index 4d57549443f..e2f6d7a973b 100644 --- a/src/interfaces/libpq/pqsignal.h +++ b/src/interfaces/libpq/pqsignal.h @@ -1,16 +1,16 @@ /*------------------------------------------------------------------------- * * pqsignal.h-- - * prototypes for the reliable BSD-style signal(2) routine. + * prototypes for the reliable BSD-style signal(2) routine. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: pqsignal.h,v 1.2 1996/12/26 22:08:34 momjian Exp $ + * $Id: pqsignal.h,v 1.3 1997/09/07 05:03:39 momjian Exp $ * * NOTES - * This shouldn't be in libpq, but the monitor and some other - * things need it... + * This shouldn't be in libpq, but the monitor and some other + * things need it... * *------------------------------------------------------------------------- */ @@ -19,8 +19,8 @@ #include "c.h" -typedef void (*pqsigfunc)(int); +typedef void (*pqsigfunc) (int); extern pqsigfunc pqsignal(int signo, pqsigfunc func); -#endif /* PQSIGNAL_H */ +#endif /* PQSIGNAL_H */ |