summaryrefslogtreecommitdiff
path: root/toxcore/util.h
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-09-11 16:27:03 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-09-17 14:05:51 -0700
commit21f8db12c45bd56293262cd4abfb73cd9abec821 (patch)
tree580729367d00e1eb7e0c4d533777d22af7d7ffc5 /toxcore/util.h
parent5da85c582d97d746887da407153afc0acf0a4215 (diff)
Make ToxAV stateless
Diffstat (limited to 'toxcore/util.h')
-rw-r--r--toxcore/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/util.h b/toxcore/util.h
index 840f0a3e..d7ad7beb 100644
--- a/toxcore/util.h
+++ b/toxcore/util.h
@@ -30,7 +30,6 @@
30#include <stdint.h> 30#include <stdint.h>
31 31
32#define MIN(a,b) (((a)<(b))?(a):(b)) 32#define MIN(a,b) (((a)<(b))?(a):(b))
33#define PAIR(TYPE1__, TYPE2__) struct { TYPE1__ first; TYPE2__ second; }
34 33
35void unix_time_update(void); 34void unix_time_update(void);
36uint64_t unix_time(void); 35uint64_t unix_time(void);