summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/util.h b/core/util.h
index a93be08a..b85fbd39 100644
--- a/core/util.h
+++ b/core/util.h
@@ -10,4 +10,3 @@ uint64_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);
13