diff options
Diffstat (limited to 'src/locate.h')
-rw-r--r-- | src/locate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locate.h b/src/locate.h index 5682679d1..830ca219e 100644 --- a/src/locate.h +++ b/src/locate.h @@ -62,7 +62,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, bool fold_case); +locate_item_list_parse(char *argv[], unsigned argc, bool fold_case); gcc_nonnull(1) void |