summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-03-13 13:19:42 +1100
committerDamien Miller <djm@mindrot.org>2002-03-13 13:19:42 +1100
commit3a5b0233306a3db3a5db5b9ddc187c55e9b251f4 (patch)
tree86478addb63771a9a1be0e13cfbdea9f964f963a /packet.h
parent3225fb454d0e79cf6f824dd00ff478749620277b (diff)
Stupid djm commits experimental code to head instead of branch
revert
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/packet.h b/packet.h
index b87a03cf8..d6bf2aab4 100644
--- a/packet.h
+++ b/packet.h
@@ -56,13 +56,6 @@ void *packet_get_string(u_int *length_ptr);
56void packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2))); 56void packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2)));
57void packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2))); 57void packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2)));
58 58
59void set_newkeys(int mode);
60void packet_get_keyiv(int, u_char *, u_int);
61int packet_get_keycontext(int, u_char *);
62void packet_set_keycontext(int, u_char *);
63u_int32_t packet_get_seqnr(int);
64void packet_set_seqnr(int, u_int32_t);
65
66void packet_write_poll(void); 59void packet_write_poll(void);
67void packet_write_wait(void); 60void packet_write_wait(void);
68int packet_have_data_to_write(void); 61int packet_have_data_to_write(void);