diff options
Diffstat (limited to '')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -23,6 +23,7 @@ d_char *xs_time(char *fmt, int local); | |||
| 23 | #define xs_utc_time(fmt) xs_time(fmt, 0) | 23 | #define xs_utc_time(fmt) xs_time(fmt, 0) |
| 24 | 24 | ||
| 25 | d_char *tid(int offset); | 25 | d_char *tid(int offset); |
| 26 | double ftime(void); | ||
| 26 | 27 | ||
| 27 | void srv_debug(int level, d_char *str); | 28 | void srv_debug(int level, d_char *str); |
| 28 | #define srv_log(str) srv_debug(0, str) | 29 | #define srv_log(str) srv_debug(0, str) |