diff options
| author | default <nobody@localhost> | 2024-12-20 08:33:05 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-12-20 08:33:05 +0100 |
| commit | 487752887928462b3454f3f929296829c615a79e (patch) | |
| tree | 38f4f961f03f064c7ee31363da105c86ab5d89e3 /snac.h | |
| parent | 664f9cbeefa5af10d37b3f9f7a987e484d0ab885 (diff) | |
| parent | b2316c0aa9820283978cb43ec8b870db8bbe2f9e (diff) | |
Merge branch 'master' of comam.es:git/snac2
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -236,6 +236,9 @@ int notify_new_num(snac *snac); xs_list *notify_list(snac *snac, int skip, int show); void notify_clear(snac *snac); +xs_dict *markers_get(snac *snac, const xs_list *markers); +xs_dict *markers_set(snac *snac, const char *home_marker, const char *notify_marker); + void inbox_add(const char *inbox); void inbox_add_by_actor(const xs_dict *actor); xs_list *inbox_list(void); |