diff options
author | plutooo <tfy12vbr@student.lu.se> | 2013-08-05 15:04:38 -0700 |
---|---|---|
committer | plutooo <tfy12vbr@student.lu.se> | 2013-08-06 08:51:37 -0700 |
commit | 99d9ecf74cab43ca6ae24ab5dd62a3b758b3e666 (patch) | |
tree | 6b62de268dba0f1240d3c98ae9625366eb3385d7 /core/util.h | |
parent | 071ac463082646189ade6e31bb3f6051516f81b2 (diff) |
core: Move send ping packets functions to ping.c
Diffstat (limited to 'core/util.h')
-rw-r--r-- | core/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/util.h b/core/util.h index aab2ead9..a93be08a 100644 --- a/core/util.h +++ b/core/util.h | |||
@@ -8,3 +8,6 @@ | |||
8 | uint64_t now(); | 8 | uint64_t now(); |
9 | uint64_t random_64b(); | 9 | uint64_t random_64b(); |
10 | bool ipp_eq(IP_Port a, IP_Port b); | 10 | bool ipp_eq(IP_Port a, IP_Port b); |
11 | bool id_eq(clientid_t* dest, clientid_t* src); | ||
12 | void id_cpy(clientid_t* dest, clientid_t* src); | ||
13 | |||