summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-08 11:00:50 +0200
committerdefault <nobody@localhost>2024-05-08 11:00:50 +0200
commit52ba7f030ed50f22b7fbf437e83c9415ed0e91ed (patch)
tree83fa1f640cf4f4f9082074f499a31743ba46d134 /data.c
parentdc74cac6c9c3f6e9edc848381422a1f124abac73 (diff)
Renamed to content_search().
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 82f36a4..e3292c8 100644
--- a/data.c
+++ b/data.c
@@ -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 */
{