diff options
| author | 2022-09-20 12:00:13 +0200 | |
|---|---|---|
| committer | 2022-09-20 12:00:13 +0200 | |
| commit | 5d843a488ec349d94e22314e90a73885ebfce007 (patch) | |
| tree | ce103859ce4d4ee90564192cd56160a54cf61a71 /snac.h | |
| parent | Added muted functions. (diff) | |
| download | snac2-5d843a488ec349d94e22314e90a73885ebfce007.tar.gz snac2-5d843a488ec349d94e22314e90a73885ebfce007.tar.xz snac2-5d843a488ec349d94e22314e90a73885ebfce007.zip | |
New function enqueue().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -11,7 +11,7 @@ d_char *xs_time(char *fmt, int local); | |||
| 11 | #define xs_local_time(fmt) xs_time(fmt, 1) | 11 | #define xs_local_time(fmt) xs_time(fmt, 1) |
| 12 | #define xs_utc_time(fmt) xs_time(fmt, 0) | 12 | #define xs_utc_time(fmt) xs_time(fmt, 0) |
| 13 | 13 | ||
| 14 | d_char *tid(void); | 14 | d_char *tid(int offset); |
| 15 | 15 | ||
| 16 | void srv_debug(int level, d_char *str); | 16 | void srv_debug(int level, d_char *str); |
| 17 | #define srv_log(str) srv_debug(0, str) | 17 | #define srv_log(str) srv_debug(0, str) |