diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/omc_indexer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/omc_indexer.c b/src/omc_indexer.c index b359a83..054a729 100644 --- a/src/omc_indexer.c +++ b/src/omc_indexer.c @@ -35,7 +35,7 @@ static void usage(char *name) { } -int indexer_combine_rootdirs(struct Delivery *ctx, const char *dest, const char **rootdirs, const size_t rootdirs_total) { +int indexer_combine_rootdirs(const char *dest, char **rootdirs, const size_t rootdirs_total) { char cmd[PATH_MAX]; memset(cmd, 0, sizeof(cmd)); |