summaryrefslogtreecommitdiff
path: root/core/util.h
diff options
context:
space:
mode:
authorplutooo <tfy12vbr@student.lu.se>2013-08-05 15:04:38 -0700
committerplutooo <tfy12vbr@student.lu.se>2013-08-06 09:21:39 -0700
commite71413d8f1fab4928be0e024821d58147f6f1b0e (patch)
treed00900d8cb8da93bd9e36b8f533faa65ba6d575d /core/util.h
parent071ac463082646189ade6e31bb3f6051516f81b2 (diff)
core: Move send ping packets functions to ping.c
Diffstat (limited to 'core/util.h')
-rw-r--r--core/util.h3
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 @@
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);
12void id_cpy(clientid_t* dest, clientid_t* src);
13