diff options
| author | 2022-11-26 17:35:18 +0100 | |
|---|---|---|
| committer | 2022-11-26 17:35:18 +0100 | |
| commit | 4f261ec7b949b89146b699d04bd9e79ce87f7f10 (patch) | |
| tree | 6256158f2b9ed7b3d679903befc4fdc3e3e55378 /snac.h | |
| parent | Don't call object_del() from timeline_del(). (diff) | |
| download | snac2-4f261ec7b949b89146b699d04bd9e79ce87f7f10.tar.gz snac2-4f261ec7b949b89146b699d04bd9e79ce87f7f10.tar.xz snac2-4f261ec7b949b89146b699d04bd9e79ce87f7f10.zip | |
New function index_first().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -55,6 +55,7 @@ double mtime_nl(const char *fn, int *n_link); | |||
| 55 | 55 | ||
| 56 | int index_add(const char *fn, const char *md5); | 56 | int index_add(const char *fn, const char *md5); |
| 57 | int index_del(const char *fn, const char *md5); | 57 | int index_del(const char *fn, const char *md5); |
| 58 | int index_first(const char *fn, char *buf, int size); | ||
| 58 | d_char *index_list(const char *fn, int max); | 59 | d_char *index_list(const char *fn, int max); |
| 59 | d_char *index_list_desc(const char *fn, int max); | 60 | d_char *index_list_desc(const char *fn, int max); |
| 60 | 61 | ||