]> andersk Git - openssh.git/blobdiff - packet.h
fix spacing of include
[openssh.git] / packet.h
index 1ab6d8572a5afe74224b8d0837957cb823d90db3..04123046af5cc2ee512a45d8c8e92e622941d63f 100644 (file)
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: packet.h,v 1.42 2005/06/17 02:44:33 djm Exp $ */
+/*     $OpenBSD: packet.h,v 1.44 2006/02/07 01:42:00 stevesk Exp $     */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -16,6 +16,8 @@
 #ifndef PACKET_H
 #define PACKET_H
 
+#include <termios.h>
+
 #include <openssl/bn.h>
 
 void     packet_set_connection(int, int);
@@ -30,6 +32,8 @@ u_int  packet_get_protocol_flags(void);
 void     packet_start_compression(int);
 void     packet_set_interactive(int);
 int      packet_is_interactive(void);
+void     packet_set_server(void);
+void     packet_set_authenticated(void);
 
 void     packet_start(u_char);
 void     packet_put_char(int ch);
This page took 0.108556 seconds and 4 git commands to generate.