diff options
Diffstat (limited to '')
-rw-r--r-- | src/locate.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/locate.h b/src/locate.h index 9ebb2c4ae..25ca790eb 100644 --- a/src/locate.h +++ b/src/locate.h @@ -61,15 +61,7 @@ locate_item_list_new(unsigned length); /* return number of items or -1 on error */ gcc_nonnull(1) struct locate_item_list * -locate_item_list_parse(char *argv[], int argc); - -/** - * Duplicate the struct locate_item_list object and convert all - * needles with g_utf8_casefold(). - */ -gcc_nonnull(1) -struct locate_item_list * -locate_item_list_casefold(const struct locate_item_list *list); +locate_item_list_parse(char *argv[], int argc, bool fold_case); gcc_nonnull(1) void |