]> wimlib.net Git - wimlib/blobdiff - src/join.c
Source list mode
[wimlib] / src / join.c
index 08b360bad3dd704fbfb40b1e0cd7451086dc5cd8..4d059050537c071e4813ee94732a5dc90f74f20a 100644 (file)
@@ -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)