summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-28 17:18:30 +0200
committerdefault <nobody@localhost>2022-09-28 17:18:30 +0200
commite7e89d2d57b9308884385c2e97bd750475385cc4 (patch)
tree7db686f8696d03cd064b377d9e3c6fc4f580e8e3 /snac.h
parent5647e675fd59d06b8a9a6016076b45978bdd4d4b (diff)
New function ftime().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 2adde26..60322d4 100644
--- a/snac.h
+++ b/snac.h
@@ -23,6 +23,7 @@ d_char *xs_time(char *fmt, int local);
#define xs_utc_time(fmt) xs_time(fmt, 0)
d_char *tid(int offset);
+double ftime(void);
void srv_debug(int level, d_char *str);
#define srv_log(str) srv_debug(0, str)