aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index a4d1ce3..c28b2c1 100644
--- a/common.h
+++ b/common.h
@@ -84,4 +84,5 @@ bool handle_request(int fd, struct wg_dynamic_request *req,
bool (*error)(int, int));
size_t send_message(int fd, unsigned char *buf, size_t *len);
size_t printf_to_buf(char *buf, size_t bufsize, size_t len, char *fmt, ...);
+uint32_t now();
#endif