diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -56,7 +56,7 @@ void srv_archive(const char *direction, const char *url, xs_dict *req, | |||
| 56 | int status, xs_dict *headers, | 56 | int status, xs_dict *headers, |
| 57 | const char *body, int b_size); | 57 | const char *body, int b_size); |
| 58 | void srv_archive_error(const char *prefix, const xs_str *err, | 58 | void srv_archive_error(const char *prefix, const xs_str *err, |
| 59 | const xs_dict *req, const xs_dict *data); | 59 | const xs_dict *req, const xs_val *data); |
| 60 | 60 | ||
| 61 | double mtime_nl(const char *fn, int *n_link); | 61 | double mtime_nl(const char *fn, int *n_link); |
| 62 | #define mtime(fn) mtime_nl(fn, NULL) | 62 | #define mtime(fn) mtime_nl(fn, NULL) |