diff options
| author | 2022-10-02 09:27:17 +0200 | |
|---|---|---|
| committer | 2022-10-02 09:27:17 +0200 | |
| commit | 849913dc5987997f9db96e23c7acf9c29f9c6d7f (patch) | |
| tree | 142b0f98c094b4714b49562f90c952abb3e1f233 /snac.h | |
| parent | Backport from xs. (diff) | |
| download | snac2-849913dc5987997f9db96e23c7acf9c29f9c6d7f.tar.gz snac2-849913dc5987997f9db96e23c7acf9c29f9c6d7f.tar.xz snac2-849913dc5987997f9db96e23c7acf9c29f9c6d7f.zip | |
Use the time functions of xs_time.h.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -18,10 +18,6 @@ extern const char *susie; | |||
| 18 | 18 | ||
| 19 | #define L(s) (s) | 19 | #define L(s) (s) |
| 20 | 20 | ||
| 21 | d_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 | |||
| 25 | d_char *tid(int offset); | 21 | d_char *tid(int offset); |
| 26 | double ftime(void); | 22 | double ftime(void); |
| 27 | 23 | ||