diff options
| author | default <nobody@localhost> | 2024-05-08 10:20:25 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-05-08 10:20:25 +0200 |
| commit | 3ab733cdf5a71b9a27399e8336e0c236c13d67fb (patch) | |
| tree | 81e9885f2bffabcaf849f170888eaa0be40a4234 /snac.h | |
| parent | 5d519288fb9bb8fdfb9323c77a3d1b18c480a5d6 (diff) | |
New function search_by_content().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -179,6 +179,9 @@ xs_list *list_timeline(snac *user, const char *list, int skip, int show); xs_val *list_content(snac *user, const char *list_id, const char *actor_md5, int op); void list_distribute(snac *user, const char *who, const xs_dict *post); +xs_list *search_by_content(snac *user, const xs_list *timeline, + const char *regex, int timeout); + int actor_add(const char *actor, xs_dict *msg); int actor_get(const char *actor, xs_dict **data); int actor_get_refresh(snac *user, const char *actor, xs_dict **data); |