]> andersk Git - openssh.git/blobdiff - packet.h
- guenther@cvs.openbsd.org 2009/12/20 07:28:36
[openssh.git] / packet.h
index 265fcf23664fb0cce679c0989710d9e7fe8275a9..33523d7503ca6ec681f436b3abf5b1e8ce0b33f8 100644 (file)
--- 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);
 
This page took 0.04081 seconds and 4 git commands to generate.