summaryrefslogtreecommitdiff
path: root/core/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/util.h')
-rw-r--r--core/util.h4
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 @@
8uint64_t now(); 8uint64_t now();
9uint64_t random_64b(); 9uint64_t random_64b();
10bool ipp_eq(IP_Port a, IP_Port b); 10bool ipp_eq(IP_Port a, IP_Port b);
11bool id_eq(clientid_t* dest, clientid_t* src); 11bool id_eq(clientid_t *dest, clientid_t *src);
12void id_cpy(clientid_t* dest, clientid_t* src); 12void id_cpy(clientid_t *dest, clientid_t *src);