From e71413d8f1fab4928be0e024821d58147f6f1b0e Mon Sep 17 00:00:00 2001 From: plutooo Date: Mon, 5 Aug 2013 15:04:38 -0700 Subject: core: Move send ping packets functions to ping.c --- core/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/util.h') 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 @@ uint64_t now(); uint64_t random_64b(); bool ipp_eq(IP_Port a, IP_Port b); +bool id_eq(clientid_t* dest, clientid_t* src); +void id_cpy(clientid_t* dest, clientid_t* src); + -- cgit v1.2.3