summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/packet.h b/packet.h
index 464d83b1a..690f2ec7e 100644
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.h,v 1.71 2016/03/07 19:02:43 djm Exp $ */ 1/* $OpenBSD: packet.h,v 1.72 2016/09/28 16:33:07 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -120,11 +120,6 @@ void ssh_packet_send_debug(struct ssh *, const char *fmt, ...) __attribute__
120int ssh_set_newkeys(struct ssh *, int mode); 120int ssh_set_newkeys(struct ssh *, int mode);
121void ssh_packet_get_bytes(struct ssh *, u_int64_t *, u_int64_t *); 121void ssh_packet_get_bytes(struct ssh *, u_int64_t *, u_int64_t *);
122 122
123typedef void *(ssh_packet_comp_alloc_func)(void *, u_int, u_int);
124typedef void (ssh_packet_comp_free_func)(void *, void *);
125void ssh_packet_set_compress_hooks(struct ssh *, void *,
126 ssh_packet_comp_alloc_func *, ssh_packet_comp_free_func *);
127
128int ssh_packet_write_poll(struct ssh *); 123int ssh_packet_write_poll(struct ssh *);
129int ssh_packet_write_wait(struct ssh *); 124int ssh_packet_write_wait(struct ssh *);
130int ssh_packet_have_data_to_write(struct ssh *); 125int ssh_packet_have_data_to_write(struct ssh *);