aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index 0bb0741..779477f 100644
--- a/common.h
+++ b/common.h
@@ -93,6 +93,5 @@ void free_wg_dynamic_request(struct wg_dynamic_request *req);
size_t serialize_request_ip(bool include_header, char *buf, size_t len,
struct wg_dynamic_request_ip *rip);
void print_to_buf(char *buf, size_t bufsize, size_t *offset, char *fmt, ...);
-uint32_t current_time();
bool is_link_local(unsigned char *addr);
#endif