diff options
| author | 2023-04-12 09:43:23 +0200 | |
|---|---|---|
| committer | 2023-04-12 09:43:23 +0200 | |
| commit | 93008cfc3e60b09e12fc3e1220602cab3a40b652 (patch) | |
| tree | fe11fa031804c83c19d51418cf5e3c63266e70df /snac.h | |
| parent | Commented out debugging messages. (diff) | |
| download | snac2-93008cfc3e60b09e12fc3e1220602cab3a40b652.tar.gz snac2-93008cfc3e60b09e12fc3e1220602cab3a40b652.tar.xz snac2-93008cfc3e60b09e12fc3e1220602cab3a40b652.zip | |
New function f_ctime().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -60,6 +60,7 @@ void srv_archive_error(const char *prefix, const xs_str *err, | |||
| 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) |
| 63 | double f_ctime(const char *fn); | ||
| 63 | 64 | ||
| 64 | int index_add(const char *fn, const char *md5); | 65 | int index_add(const char *fn, const char *md5); |
| 65 | int index_gc(const char *fn); | 66 | int index_gc(const char *fn); |