From 5d843a488ec349d94e22314e90a73885ebfce007 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 20 Sep 2022 12:00:13 +0200 Subject: New function enqueue(). --- snac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 1e4a1a6..8f6d32c 100644 --- a/snac.h +++ b/snac.h @@ -11,7 +11,7 @@ d_char *xs_time(char *fmt, int local); #define xs_local_time(fmt) xs_time(fmt, 1) #define xs_utc_time(fmt) xs_time(fmt, 0) -d_char *tid(void); +d_char *tid(int offset); void srv_debug(int level, d_char *str); #define srv_log(str) srv_debug(0, str) -- cgit v1.2.3