diff options
| author | default <nobody@localhost> | 2024-08-29 08:30:09 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-08-29 08:30:09 +0200 |
| commit | 08de4913955c6a4a31c13f72fbce2601bed215ba (patch) | |
| tree | 27192a33496fcccefe86cd49b620169c00bf9926 /snac.h | |
| parent | 54520f0411658ae37d6115d69c056dd1af3b7fb9 (diff) | |
mastoapi: added bookmark list.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -170,6 +170,7 @@ int is_bookmarked(snac *user, const char *id); int bookmark(snac *user, const char *id); int unbookmark(snac *user, const char *id); xs_list *bookmark_list(snac *user); +xs_str *bookmark_index_fn(snac *user); int pin(snac *user, const char *id); int unpin(snac *user, const char *id); |