]> andersk Git - openssh.git/blobdiff - packet.h
- markus@cvs.openbsd.org 2001/03/23 14:28:32
[openssh.git] / packet.h
index 059bb27a0fb06c502c17c0316501936e715f9cf3..e5432714e903befd5a323dd9eadbecaf25604a34 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.20 2001/02/28 09:57:07 markus Exp $"); */
+/* RCSID("$OpenBSD: packet.h,v 1.21 2001/02/28 21:27:47 markus Exp $"); */
 
 #ifndef PACKET_H
 #define PACKET_H
@@ -215,6 +215,9 @@ void        packet_set_ssh2_format(void);
 int    packet_remaining(void);
 
 /* append an ignore message */
+void   packet_send_ignore(int nbytes);
+
+/* add an ignore message and make sure size (current+ignore) = n*sumlen */
 void   packet_inject_ignore(int sumlen);
 
 #endif                         /* PACKET_H */
This page took 0.042472 seconds and 4 git commands to generate.