libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
zip_t Struct Reference

#include <zip.h>

Collaboration diagram for zip_t:
Collaboration graph
[legend]

Data Fields

mz_zip_archive archive
 
mz_uint level
 
struct zip_entry_t entry
 

Detailed Description

This data structure is used throughout the library to represent zip archive - forward declaration.

Definition at line 98 of file zip.c.

Field Documentation

◆ archive

mz_zip_archive archive

Definition at line 99 of file zip.c.

◆ entry

struct zip_entry_t entry

Definition at line 101 of file zip.c.

◆ level

mz_uint level

Definition at line 100 of file zip.c.


The documentation for this struct was generated from the following file: