diff options
Diffstat (limited to 'sbin/isakmpd/sysdep.h')
-rw-r--r-- | sbin/isakmpd/sysdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep.h b/sbin/isakmpd/sysdep.h index 34eee8d4a36..5efae54e5a1 100644 --- a/sbin/isakmpd/sysdep.h +++ b/sbin/isakmpd/sysdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysdep.h,v 1.11 2001/06/29 19:08:11 ho Exp $ */ +/* $OpenBSD: sysdep.h,v 1.12 2001/06/29 22:01:26 ho Exp $ */ /* $EOM: sysdep.h,v 1.17 2000/12/04 04:46:35 angelos Exp $ */ /* @@ -47,7 +47,7 @@ struct sockaddr; extern void sysdep_app_handler (int); extern int sysdep_app_open (void); -extern int sysdep_cleartext (int); +extern int sysdep_cleartext (int, int); extern void sysdep_connection_check (char *); extern int sysdep_ipsec_delete_spi (struct sa *, struct proto *, int); extern int sysdep_ipsec_enable_sa (struct sa *, struct sa *); |