summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 5729a22..65ece5d 100644
--- a/snac.h
+++ b/snac.h
@@ -108,6 +108,8 @@ int index_len(const char *fn);
108xs_list *index_list(const char *fn, int max); 108xs_list *index_list(const char *fn, int max);
109int index_desc_next(FILE *f, char md5[MD5_HEX_SIZE]); 109int index_desc_next(FILE *f, char md5[MD5_HEX_SIZE]);
110int index_desc_first(FILE *f, char md5[MD5_HEX_SIZE], int skip); 110int index_desc_first(FILE *f, char md5[MD5_HEX_SIZE], int skip);
111int index_asc_next(FILE *f, char md5[MD5_HEX_SIZE]);
112int index_asc_first(FILE *f, char md5[MD5_HEX_SIZE], const char *seek_md5);
111xs_list *index_list_desc(const char *fn, int skip, int show); 113xs_list *index_list_desc(const char *fn, int skip, int show);
112 114
113int object_add(const char *id, const xs_dict *obj); 115int object_add(const char *id, const xs_dict *obj);