summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-02 09:27:17 +0200
committerdefault <nobody@localhost>2022-10-02 09:27:17 +0200
commit849913dc5987997f9db96e23c7acf9c29f9c6d7f (patch)
tree142b0f98c094b4714b49562f90c952abb3e1f233 /snac.h
parent3161eeb0283f990ba83fbce33d5e3f7f0ad95f24 (diff)
Use the time functions of xs_time.h.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/snac.h b/snac.h
index 9a597b2..dc49e8d 100644
--- a/snac.h
+++ b/snac.h
@@ -18,10 +18,6 @@ extern const char *susie;
#define L(s) (s)
-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(int offset);
double ftime(void);