X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fjoin.c;h=4d059050537c071e4813ee94732a5dc90f74f20a;hp=08b360bad3dd704fbfb40b1e0cd7451086dc5cd8;hb=6cc8db9fac4dcfdcd474ee49790a30a54b83c798;hpb=10a87017a0a82d34ed3981e1f5e586b5b8613e3f diff --git a/src/join.c b/src/join.c index 08b360ba..4d059050 100644 --- a/src/join.c +++ b/src/join.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2012, 2013 Biggers + * Copyright (C) 2012, 2013 Eric Biggers * * This file is part of wimlib, a library for working with WIM files. * @@ -160,7 +160,7 @@ static int cmp_swms_by_part_number(const void *swm1, const void *swm2) /* * Join a set of split WIMs into a stand-alone WIM. */ -WIMLIBAPI int wimlib_join(const char **swm_names, unsigned num_swms, +WIMLIBAPI int wimlib_join(const char * const *swm_names, unsigned num_swms, const char *output_path, int swm_open_flags, int wim_write_flags, wimlib_progress_func_t progress_func)