We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5996e4 commit d0b375cCopy full SHA for d0b375c
1 file changed
src/include/otezip/zip.h
@@ -163,7 +163,7 @@ typedef struct otezip_error zip_error_t; /* error structure */
163
#define ZIP_STAT_COMP_METHOD 0x0040u
164
165
/* zip_stat structure */
166
-struct otezip_stat {
+struct zip_stat {
167
zip_uint64_t valid; /* which fields have valid values */
168
const char *name; /* name of the file */
169
zip_uint64_t index; /* index within archive */
@@ -174,7 +174,7 @@ struct otezip_stat {
174
zip_uint16_t comp_method; /* compression method used */
175
};
176
177
-typedef struct otezip_stat zip_stat_t;
+typedef struct zip_stat zip_stat_t;
178
179
/* ---------------------------- public API ----------------------------- */
180
0 commit comments