summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-28 09:46:21 +0200
committerdefault <nobody@localhost>2022-09-28 09:46:21 +0200
commitce2757552cbfffb5855cce292f0f90477b272c36 (patch)
treefd6284f5f50700084fbba45fc5ab9ec7f515c20e /snac.h
parenta636cf8b25d72900892b18191e0d68de10779e90 (diff)
More HTML work.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 7cd46c7..2adde26 100644
--- a/snac.h
+++ b/snac.h
@@ -16,6 +16,8 @@ extern const char *susie;
#define valid_status(status) ((status) >= 200 && (status) <= 299)
+#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)