diff options
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #include <openssl/bn.h> | 21 | #include <openssl/bn.h> |
22 | 22 | ||
23 | void packet_set_connection(int, int); | 23 | void packet_set_connection(int, int, int); |
24 | void packet_set_nonblocking(void); | 24 | void packet_set_nonblocking(void); |
25 | int packet_get_connection_in(void); | 25 | int packet_get_connection_in(void); |
26 | int packet_get_connection_out(void); | 26 | int packet_get_connection_out(void); |