summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 265fcf236..33523d750 100644
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.h,v 1.51 2009/05/27 06:36:07 andreas Exp $ */ 1/* $OpenBSD: packet.h,v 1.52 2009/06/27 09:29:06 andreas Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -109,6 +109,9 @@ do { \
109int packet_need_rekeying(void); 109int packet_need_rekeying(void);
110void packet_set_rekey_limit(u_int32_t); 110void packet_set_rekey_limit(u_int32_t);
111 111
112void packet_backup_state(void);
113void packet_restore_state(void);
114
112void *packet_get_input(void); 115void *packet_get_input(void);
113void *packet_get_output(void); 116void *packet_get_output(void);
114 117