freebsd_amp_hwpstate/usr.sbin/ppp/sig.h

12 lines
226 B
C
Raw Normal View History

/*
* $Id: $
*/
typedef void (*sig_type)(int);
/* Call this instead of signal() */
extern sig_type pending_signal(int, sig_type);
/* Call this when you want things to *actually* happen */
extern void handle_signals(void);