diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-07-06 07:11:13 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-07-06 07:11:13 +1000 |
commit | e841eb065426d9c9c9e107e76d816107d68554a7 (patch) | |
tree | bf7e3d7b01898caa4df508849bc7d16eb4c7103e /packet.h | |
parent | 821d3dbe36faa1e53a269e434487d0617a0a1578 (diff) |
- andreas@cvs.openbsd.org 2009/06/27 09:29:06
[packet.h packet.c]
packet_bacup_state() and packet_restore_state() will be used to
temporarily save the current state ren resuming a suspended connection.
ok markus@
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 { \ | |||
109 | int packet_need_rekeying(void); | 109 | int packet_need_rekeying(void); |
110 | void packet_set_rekey_limit(u_int32_t); | 110 | void packet_set_rekey_limit(u_int32_t); |
111 | 111 | ||
112 | void packet_backup_state(void); | ||
113 | void packet_restore_state(void); | ||
114 | |||
112 | void *packet_get_input(void); | 115 | void *packet_get_input(void); |
113 | void *packet_get_output(void); | 116 | void *packet_get_output(void); |
114 | 117 | ||