]> andersk Git - gssapi-openssh.git/blobdiff - openssh/packet.h
update to match patch in
[gssapi-openssh.git] / openssh / packet.h
index 8c23646aaae45c84c1bcdaa3f722254b66631e08..6e5cc079e59e85ec34769dcc7c4010807ee3a9da 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: packet.h,v 1.43 2005/07/25 11:59:40 markus Exp $      */
+/* $OpenBSD: packet.h,v 1.45 2006/03/25 22:22:43 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 #ifndef PACKET_H
 #define PACKET_H
 
+#include <termios.h>
+
 #include <openssl/bn.h>
 
+void
+packet_request_rekeying(void);
+
 void     packet_set_connection(int, int);
 void     packet_set_nonblocking(void);
 int      packet_get_connection_in(void);
This page took 0.034706 seconds and 4 git commands to generate.