]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
struct wimlib_lzx_params: Don't use anonymous union
[wimlib] / include / wimlib.h
index d5194c17b71cba7b338c088df30c4d4c8990dd8e..7e89f4a7676076027da8c4a87fdba6f54bd3fff3 100644 (file)
@@ -33,7 +33,7 @@
  *
  * @section sec_intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.5.1, a C
+ * This is the documentation for the library interface of wimlib 1.5.2, a C
  * library for creating, modifying, extracting, and mounting files in the
  * Windows Imaging Format.  This documentation is intended for developers only.
  * If you have installed wimlib and want to know how to use the @b wimlib-imagex
 #define WIMLIB_MINOR_VERSION 5
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 1
+#define WIMLIB_PATCH_VERSION 2
 
 #ifdef __cplusplus
 extern "C" {
@@ -1734,7 +1734,7 @@ struct wimlib_lzx_params {
 
                        uint8_t slow_reserved3[5];
                } slow;
-       };
+       } alg_params;
 };
 
 /** Opaque LZX compression context.  */