aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-05-08 22:05:51 +0200
committertomsmeding <tom.smeding@gmail.com>2017-05-08 22:06:26 +0200
commit886fc77026a2a805e5d166b2f87bd24720ad9ea4 (patch)
treeaae24239045be0634e3d11eadbd698cf2d7628a1 /util.h
parent3f1a68789d82fb55071e000efd61564fa4f2bc1f (diff)
server: Factor out make_timestamp() into util.c
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/util.h b/util.h
new file mode 100644
index 0000000..e161efe
--- /dev/null
+++ b/util.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "global.h"
+
+
+i64 make_timestamp(void);