diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-07-25 14:56:43 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-07-25 14:56:43 +0000 |
commit | ce2cdc01880edacdbb20e3efb83cd3099c90f2db (patch) | |
tree | 0bb56487d33ab9f3e335f831b72c6023c516f9c6 /sbin/isakmpd/util.h | |
parent | 6ca1287427ca9716792eccce16c25434f581a52c (diff) |
output some more information on UI command "S"
ok ho@
Diffstat (limited to 'sbin/isakmpd/util.h')
-rw-r--r-- | sbin/isakmpd/util.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/isakmpd/util.h b/sbin/isakmpd/util.h index 7cd0fc491d5..393e243e560 100644 --- a/sbin/isakmpd/util.h +++ b/sbin/isakmpd/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.25 2005/04/08 22:32:10 cloder Exp $ */ +/* $OpenBSD: util.h,v 1.26 2005/07/25 14:56:42 hshoexer Exp $ */ /* $EOM: util.h,v 1.10 2000/10/24 13:33:39 niklas Exp $ */ /* @@ -34,6 +34,7 @@ #define _UTIL_H_ #include <sys/types.h> +#include <sys/time.h> extern int allow_name_lookups; extern int regrand; @@ -63,5 +64,6 @@ extern int text2sockaddr(char *, char *, struct sockaddr **, sa_family_t, int); extern void util_ntoa(char **, int, u_int8_t *); extern int zero_test(const u_int8_t *, size_t); +extern long get_timeout(struct timeval *); #endif /* _UTIL_H_ */ |