diff options
Diffstat (limited to 'core/ping.h')
-rw-r--r-- | core/ping.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/ping.h b/core/ping.h index 1ccfabac..0c44874b 100644 --- a/core/ping.h +++ b/core/ping.h | |||
@@ -10,7 +10,7 @@ | |||
10 | void init_ping(); | 10 | void init_ping(); |
11 | uint64_t add_ping(IP_Port ipp); | 11 | uint64_t add_ping(IP_Port ipp); |
12 | bool is_pinging(IP_Port ipp, uint64_t ping_id); | 12 | bool is_pinging(IP_Port ipp, uint64_t ping_id); |
13 | int send_ping_request(IP_Port ipp, clientid_t* client_id); | 13 | int send_ping_request(IP_Port ipp, clientid_t *client_id); |
14 | int send_ping_response(IP_Port ipp, clientid_t* client_id, uint64_t ping_id); | 14 | int send_ping_response(IP_Port ipp, clientid_t *client_id, uint64_t ping_id); |
15 | int handle_ping_request(IP_Port source, uint8_t* packet, uint32_t length); | 15 | int handle_ping_request(IP_Port source, uint8_t *packet, uint32_t length); |
16 | int handle_ping_response(IP_Port source, uint8_t* packet, uint32_t length); | 16 | int handle_ping_response(IP_Port source, uint8_t *packet, uint32_t length); |