summaryrefslogtreecommitdiff
path: root/render/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/search.c')
-rw-r--r--render/search.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/search.c b/render/search.c
index 7c2bd2def..6e5841c7b 100644
--- a/render/search.c
+++ b/render/search.c
@@ -424,6 +424,8 @@ static bool find_occurrences_text(const char *pattern, int p_len,
*
* \param string the string to search for
* \param string_len length of search string
+ * \param context The search context to add the entry to.
+ * \param flags flags to control the search.
*/
static void search_text(const char *string, int string_len,
struct search_context *context, search_flags_t flags)