dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / proxy / utils.h
blob09c0747da01dc7510993a0e92dcf387a3c6d9a0a
2 #ifndef __UTILS_H__
3 #define __UTILS_H__ 1
5 #include <stdint.h>
6 #include <stdlib.h>
8 #define COMPILER_ASSERT(X) (void) sizeof(char[(X) ? 1 : -1])
10 uint64_t dnscrypt_hrtime(void);
11 int closedesc_all(const int closestdin);
12 int do_daemonize(void);
14 #endif