diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -16,6 +16,8 @@ extern const char *susie; | |||
| 16 | 16 | ||
| 17 | #define valid_status(status) ((status) >= 200 && (status) <= 299) | 17 | #define valid_status(status) ((status) >= 200 && (status) <= 299) |
| 18 | 18 | ||
| 19 | #define L(s) (s) | ||
| 20 | |||
| 19 | d_char *xs_time(char *fmt, int local); | 21 | d_char *xs_time(char *fmt, int local); |
| 20 | #define xs_local_time(fmt) xs_time(fmt, 1) | 22 | #define xs_local_time(fmt) xs_time(fmt, 1) |
| 21 | #define xs_utc_time(fmt) xs_time(fmt, 0) | 23 | #define xs_utc_time(fmt) xs_time(fmt, 0) |