diff options
author | default <nobody@localhost> | 2024-05-08 11:00:50 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-08 11:00:50 +0200 |
commit | 52ba7f030ed50f22b7fbf437e83c9415ed0e91ed (patch) | |
tree | 83fa1f640cf4f4f9082074f499a31743ba46d134 /data.c | |
parent | dc74cac6c9c3f6e9edc848381422a1f124abac73 (diff) |
Renamed to content_search().
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2490,7 +2490,7 @@ void notify_clear(snac *snac) /** searches **/ -xs_list *search_by_content(snac *user, const xs_list *timeline, +xs_list *content_search(snac *user, const xs_list *timeline, const char *regex, int max_secs, int *timeout) /* returns a list of posts which content matches the regex */ { |