summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-07-06 07:11:13 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-07-06 07:11:13 +1000
commite841eb065426d9c9c9e107e76d816107d68554a7 (patch)
treebf7e3d7b01898caa4df508849bc7d16eb4c7103e /packet.h
parent821d3dbe36faa1e53a269e434487d0617a0a1578 (diff)
downloadopenssh-git-e841eb065426d9c9c9e107e76d816107d68554a7.tar.gz
- 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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 265fcf23..33523d75 100644
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.h,v 1.51 2009/05/27 06:36:07 andreas Exp $ */
+/* $OpenBSD: packet.h,v 1.52 2009/06/27 09:29:06 andreas Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -109,6 +109,9 @@ do { \
int packet_need_rekeying(void);
void packet_set_rekey_limit(u_int32_t);
+void packet_backup_state(void);
+void packet_restore_state(void);
+
void *packet_get_input(void);
void *packet_get_output(void);