summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/sig.h
blob: 889a2b549ab30d6429a5b4b02ca354eaef606972 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * $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);
OpenPOWER on IntegriCloud