X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/ee55dacf11d713935aa0890ab8f8bb80c5202132..a6215e5333eed23964a5575425346be25eeeb020:/packet.h diff --git a/packet.h b/packet.h index 00f0c377..059bb27a 100644 --- 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.19 2001/01/13 18:32:50 markus Exp $"); */ +/* RCSID("$OpenBSD: packet.h,v 1.20 2001/02/28 09:57:07 markus Exp $"); */ #ifndef PACKET_H #define PACKET_H @@ -214,4 +214,7 @@ void packet_set_ssh2_format(void); /* returns remaining payload bytes */ int packet_remaining(void); +/* append an ignore message */ +void packet_inject_ignore(int sumlen); + #endif /* PACKET_H */