diff options
author | default <nobody@localhost> | 2022-11-27 09:45:06 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-27 09:45:06 +0100 |
commit | 9a0a03dd9f0eb3d8201afd55de3cc7a49ff83b1a (patch) | |
tree | c2b5286e6bbcc1f4975e774e3adf7074e3c7dc87 /snac.h | |
parent | 832bbfd5ebf0c756c65e2e710656b6e875bfeb08 (diff) |
New function object_del_if_unref().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ d_char *index_list(const char *fn, int max); d_char *index_list_desc(const char *fn, int max); int object_del(const char *id); +int object_del_if_unref(const char *id); int follower_add(snac *snac, char *actor, char *msg); int follower_del(snac *snac, char *actor); |