summaryrefslogtreecommitdiff
path: root/core/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/util.h')
-rw-r--r--core/util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/util.h b/core/util.h
deleted file mode 100644
index 5209c2ca..00000000
--- a/core/util.h
+++ /dev/null
@@ -1,12 +0,0 @@
1/*
2 * util.h -- Utilities.
3 *
4 * This file is donated to the Tox Project.
5 * Copyright 2013 plutooo
6 */
7
8uint64_t now();
9uint64_t random_64b();
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);