OSDN Git Service

Update copyright for 2009.
[pg-rex/syncrep.git] / src / interfaces / libpq / pqsignal.h
index d86ad8c..973f5f3 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-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqsignal.h,v 1.5 1998/09/01 04:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/pqsignal.h,v 1.24 2009/01/01 17:24:03 momjian Exp $
  *
  * NOTES
  *       This shouldn't be in libpq, but the monitor and some other
 #ifndef PQSIGNAL_H
 #define PQSIGNAL_H
 
-#include "c.h"
+#include "postgres_fe.h"
 
 typedef void (*pqsigfunc) (int);
 
 extern pqsigfunc pqsignal(int signo, pqsigfunc func);
 
-#endif  /* PQSIGNAL_H */
+#endif   /* PQSIGNAL_H */