]> granicus.if.org Git - postgresql/blobdiff - src/interfaces/libpq/pqsignal.h
Add lock_timeout configuration parameter.
[postgresql] / src / interfaces / libpq / pqsignal.h
index e2f6d7a973bf6cea005495b92c66a9ab00eb853f..2a72327d796633241ce22b22759fbf3d8f0c8403 100644 (file)
@@ -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
 #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 */