]> andersk Git - openssh.git/blobdiff - packet.h
- markus@cvs.openbsd.org 2001/11/07 16:03:17
[openssh.git] / packet.h
index ffae736d64708bc47c4a3b3e7ad3367fd9bb842f..d5473001c5041ec78a0312c6779fb1af0b0a085d 100644 (file)
--- a/packet.h
+++ b/packet.h
@@ -11,7 +11,7 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: packet.h,v 1.25 2001/06/26 17:27:24 markus Exp $"); */
+/* RCSID("$OpenBSD: packet.h,v 1.26 2001/11/07 16:03:17 markus Exp $"); */
 
 #ifndef PACKET_H
 #define PACKET_H
@@ -63,7 +63,7 @@ int    packet_connection_is_on_socket(void);
 int     packet_connection_is_ipv4(void);
 int     packet_remaining(void);
 void    packet_send_ignore(int);
-void    packet_inject_ignore(int);
+void    packet_add_padding(u_char);
 
 void    tty_make_modes(int, struct termios *);
 void    tty_parse_modes(int, int *);
This page took 0.038169 seconds and 4 git commands to generate.