@ -7,7 +7,7 @@
* Portions Copyright ( c ) 1996 - 2010 , PostgreSQL Global Development Group
* Portions Copyright ( c ) 1996 - 2010 , PostgreSQL Global Development Group
* Portions Copyright ( c ) 1994 , Regents of the University of California
* Portions Copyright ( c ) 1994 , Regents of the University of California
*
*
* $ PostgreSQL : pgsql / src / interfaces / libpq / pqsignal . h , v 1.25 2010 / 01 / 02 16 : 58 : 12 momjian Exp $
* $ PostgreSQL : pgsql / src / interfaces / libpq / pqsignal . h , v 1.26 2010 / 08 / 13 20 : 04 : 33 tgl Exp $
*
*
* NOTES
* NOTES
* This shouldn ' t be in libpq , but the monitor and some other
* This shouldn ' t be in libpq , but the monitor and some other
@ -18,8 +18,6 @@
# ifndef PQSIGNAL_H
# ifndef PQSIGNAL_H
# define PQSIGNAL_H
# define PQSIGNAL_H
# include "postgres_fe.h"
typedef void ( * pqsigfunc ) ( int ) ;
typedef void ( * pqsigfunc ) ( int ) ;
extern pqsigfunc pqsignal ( int signo , pqsigfunc func ) ;
extern pqsigfunc pqsignal ( int signo , pqsigfunc func ) ;