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