diff options
Diffstat (limited to 'src/ipcpd/ipcp.h')
| -rw-r--r-- | src/ipcpd/ipcp.h | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ipcpd/ipcp.h b/src/ipcpd/ipcp.h index 3771c1e4..5417fc74 100644 --- a/src/ipcpd/ipcp.h +++ b/src/ipcpd/ipcp.h @@ -32,7 +32,6 @@  #include <pthread.h>  #include <time.h> -#include <signal.h>  enum ipcp_state {          IPCP_NULL = 0, @@ -127,11 +126,6 @@ int             ipcp_wait_state(enum ipcp_state         state,  int             ipcp_parse_arg(int    argc,                                 char * argv[]); -/* Handle shutdown of IPCP */ -void            ipcp_sig_handler(int         sig, -                                 siginfo_t * info, -                                 void *      c); -  /* Helper functions for directory entries, could be moved */  uint8_t *       ipcp_hash_dup(const uint8_t * hash);  | 
