summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
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;
18 18
19#define L(s) (s) 19#define L(s) (s)
20 20
21d_char *xs_time(char *fmt, int local);
22#define xs_local_time(fmt) xs_time(fmt, 1)
23#define xs_utc_time(fmt) xs_time(fmt, 0)
24
25d_char *tid(int offset); 21d_char *tid(int offset);
26double ftime(void); 22double ftime(void);
27 23