summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
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)
2490 2490
2491/** searches **/ 2491/** searches **/
2492 2492
2493xs_list *search_by_content(snac *user, const xs_list *timeline, 2493xs_list *content_search(snac *user, const xs_list *timeline,
2494 const char *regex, int max_secs, int *timeout) 2494 const char *regex, int max_secs, int *timeout)
2495/* returns a list of posts which content matches the regex */ 2495/* returns a list of posts which content matches the regex */
2496{ 2496{