diff options
author | default <nobody@localhost> | 2022-12-02 19:39:17 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-02 19:39:17 +0100 |
commit | c06136a8ac480a2ff350f751ddc710c3a5f264c3 (patch) | |
tree | 90a01acdc2f13ed9b285eee4791bec36a70632f8 /snac.h | |
parent | 33c8a73c17667b117f1bb720a5a32c485fd7d130 (diff) |
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); d_char *index_list_desc(const char *fn, int max); int object_get_by_md5(const char *md5, d_char **obj, const char *type); +int object_get(const char *id, d_char **obj, const char *type); int object_del(const char *id); int object_del_if_unref(const char *id); |