diff options
| author | 2022-12-02 19:39:17 +0100 | |
|---|---|---|
| committer | 2022-12-02 19:39:17 +0100 | |
| commit | c06136a8ac480a2ff350f751ddc710c3a5f264c3 (patch) | |
| tree | 90a01acdc2f13ed9b285eee4791bec36a70632f8 /snac.h | |
| parent | Fixed RSS and outbox to use the new data storage. (diff) | |
| download | snac2-c06136a8ac480a2ff350f751ddc710c3a5f264c3.tar.gz snac2-c06136a8ac480a2ff350f751ddc710c3a5f264c3.tar.xz snac2-c06136a8ac480a2ff350f751ddc710c3a5f264c3.zip | |
Fixed one post queries.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -61,6 +61,7 @@ d_char *index_list(const char *fn, int max); | |||
| 61 | d_char *index_list_desc(const char *fn, int max); | 61 | d_char *index_list_desc(const char *fn, int max); |
| 62 | 62 | ||
| 63 | int object_get_by_md5(const char *md5, d_char **obj, const char *type); | 63 | int object_get_by_md5(const char *md5, d_char **obj, const char *type); |
| 64 | int object_get(const char *id, d_char **obj, const char *type); | ||
| 64 | int object_del(const char *id); | 65 | int object_del(const char *id); |
| 65 | int object_del_if_unref(const char *id); | 66 | int object_del_if_unref(const char *id); |
| 66 | 67 | ||