aboutsummaryrefslogtreecommitdiff
path: root/src/ptunnel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ptunnel.h')
-rw-r--r--src/ptunnel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ptunnel.h b/src/ptunnel.h
index 2fce25d..2fda8bc 100644
--- a/src/ptunnel.h
+++ b/src/ptunnel.h
@@ -92,7 +92,7 @@ extern pthread_mutex_t chain_lock;
extern uint32_t num_tunnels;
extern const int icmp_receive_buf_len;
extern proxy_desc_t *chain;
-extern uint32_t *seq_expiry_tbl;
+extern time_t *seq_expiry_tbl;
extern const char *state_name[kNum_proto_types];
/* pt_thread_info_t: A simple (very simple, in fact) structure that allows us