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