summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 21ff45067..3782949e8 100644
--- a/packet.h
+++ b/packet.h
@@ -20,7 +20,7 @@
20 20
21#include <openssl/bn.h> 21#include <openssl/bn.h>
22 22
23void packet_set_connection(int, int); 23void packet_set_connection(int, int, int);
24void packet_set_nonblocking(void); 24void packet_set_nonblocking(void);
25int packet_get_connection_in(void); 25int packet_get_connection_in(void);
26int packet_get_connection_out(void); 26int packet_get_connection_out(void);