diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 16:06:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 16:06:26 +0000 |
commit | 2ee307bc61874da9da57c2e522b072b503efd457 (patch) | |
tree | ea474f533cd9acf54956c4271c233c5eae8e2957 /sbin/isakmpd/sysdep.h | |
parent | a26db2f0b98e349beb5eab2b74a71922172a45d5 (diff) |
app.c
Diffstat (limited to 'sbin/isakmpd/sysdep.h')
-rw-r--r-- | sbin/isakmpd/sysdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep.h b/sbin/isakmpd/sysdep.h index 434d30b6a60..b4811838870 100644 --- a/sbin/isakmpd/sysdep.h +++ b/sbin/isakmpd/sysdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysdep.h,v 1.20 2005/04/08 15:47:24 deraadt Exp $ */ +/* $OpenBSD: sysdep.h,v 1.21 2005/04/08 16:06:25 deraadt Exp $ */ /* $EOM: sysdep.h,v 1.17 2000/12/04 04:46:35 angelos Exp $ */ /* @@ -45,7 +45,6 @@ struct sa; struct sockaddr; extern void sysdep_app_handler(int); -extern int sysdep_app_open(void); extern int sysdep_cleartext(int, int); extern void sysdep_connection_check(char *); extern int sysdep_ipsec_delete_spi(struct sa *, struct proto *, int); |