X-Git-Url: https://git.saurik.com/apple/ipsec.git/blobdiff_plain/52b7d2ce06d68d0a9160d16f6e7c08c21c149d0d..869d26af2154b0619928167c83079c8c0bf7163d:/ipsec-tools/racoon/session.h diff --git a/ipsec-tools/racoon/session.h b/ipsec-tools/racoon/session.h index 6625b0b..3ee56c2 100644 --- a/ipsec-tools/racoon/session.h +++ b/ipsec-tools/racoon/session.h @@ -32,8 +32,10 @@ #ifndef _SESSION_H #define _SESSION_H +#include "handler.h" + extern int session __P((void)); -extern RETSIGTYPE signal_handler __P((int)); +extern RETSIGTYPE signal_handler __P((int, siginfo_t *, void *)); extern void check_auto_exit __P((void)); #endif /* _SESSION_H */