summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-02 19:39:17 +0100
committerdefault <nobody@localhost>2022-12-02 19:39:17 +0100
commitc06136a8ac480a2ff350f751ddc710c3a5f264c3 (patch)
tree90a01acdc2f13ed9b285eee4791bec36a70632f8 /snac.h
parent33c8a73c17667b117f1bb720a5a32c485fd7d130 (diff)
Fixed one post queries.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 88f335a..91e745e 100644
--- a/snac.h
+++ b/snac.h
@@ -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);