X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=src%2Finterfaces%2Flibpq%2Fpqsignal.h;h=2a72327d796633241ce22b22759fbf3d8f0c8403;hb=d43837d03067487560af481474ae985df894f786;hp=e2f6d7a973bf6cea005495b92c66a9ab00eb853f;hpb=1ccd423235a48739d6f7a4d7889705b5f9ecc69b;p=postgresql diff --git a/src/interfaces/libpq/pqsignal.h b/src/interfaces/libpq/pqsignal.h index e2f6d7a973..2a72327d79 100644 --- a/src/interfaces/libpq/pqsignal.h +++ b/src/interfaces/libpq/pqsignal.h @@ -1,12 +1,13 @@ /*------------------------------------------------------------------------- * - * pqsignal.h-- + * pqsignal.h * prototypes for the reliable BSD-style signal(2) routine. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqsignal.h,v 1.3 1997/09/07 05:03:39 momjian Exp $ + * src/interfaces/libpq/pqsignal.h * * NOTES * This shouldn't be in libpq, but the monitor and some other @@ -17,10 +18,8 @@ #ifndef PQSIGNAL_H #define PQSIGNAL_H -#include "c.h" - -typedef void (*pqsigfunc) (int); +typedef void (*pqsigfunc) (int); extern pqsigfunc pqsignal(int signo, pqsigfunc func); -#endif /* PQSIGNAL_H */ +#endif /* PQSIGNAL_H */