diff options
Diffstat (limited to 'core/util.h')
-rw-r--r-- | core/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/util.h b/core/util.h index b85fbd39..5209c2ca 100644 --- a/core/util.h +++ b/core/util.h | |||
@@ -8,5 +8,5 @@ | |||
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); | 11 | bool id_eq(clientid_t *dest, clientid_t *src); |
12 | void id_cpy(clientid_t* dest, clientid_t* src); | 12 | void id_cpy(clientid_t *dest, clientid_t *src); |