diff options
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -52,10 +52,10 @@ void srv_archive(char *direction, char *req, char *payload, int p_size, double mtime(char *fn); -int listfile_add_md5(const char *fn, const char *md5); -int listfile_del_md5(const char *fn, const char *md5); -d_char *listfile_get_n(const char *fn, int max); -d_char *listfile_get_inv_n(const char *fn, int max); +int index_add(const char *fn, const char *md5); +int index_del(const char *fn, const char *md5); +d_char *index_list(const char *fn, int max); +d_char *index_list_desc(const char *fn, int max); int follower_add(snac *snac, char *actor, char *msg); int follower_del(snac *snac, char *actor); |