]> wimlib.net Git - wimlib/blobdiff - src/lzx-compress.c
Allow changing WIM compression type
[wimlib] / src / lzx-compress.c
index 20a3580272ca9cda4b35df1f73d34d07c256d8a9..4c0e6ce1af9b6ff277fecfe3e1b7634dbaa36bf1 100644 (file)
@@ -2388,6 +2388,7 @@ lzx_params_valid(const struct wimlib_lzx_params *params)
        return true;
 }
 
+/* API function documented in wimlib.h  */
 WIMLIBAPI int
 wimlib_lzx_set_default_params(const struct wimlib_lzx_params * params)
 {