summaryrefslogtreecommitdiff
path: root/toxcore/util.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-11-18 00:46:46 +0100
committermannol <eniz_vukovic@hotmail.com>2014-11-18 00:46:46 +0100
commit386c9748d48d3bb4513e8e5c32e2b30a4d6a00d4 (patch)
tree55d0fb2e9fb6e1149317b9de355c28dd86c57014 /toxcore/util.h
parent4e6f993e7d22865ee2ac90bd7dd3ff25b078c55c (diff)
av refactor
Diffstat (limited to 'toxcore/util.h')
-rw-r--r--toxcore/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/util.h b/toxcore/util.h
index e90eee0f..007db079 100644
--- a/toxcore/util.h
+++ b/toxcore/util.h
@@ -28,7 +28,7 @@
28#include <stdbool.h> 28#include <stdbool.h>
29#include <stdint.h> 29#include <stdint.h>
30 30
31#define inline__ inline __attribute__((always_inline)) 31#define MIN(a,b) (((a)<(b))?(a):(b))
32 32
33void unix_time_update(); 33void unix_time_update();
34uint64_t unix_time(); 34uint64_t unix_time();