|
dpkg 1.22.7-3-g89f48
|
#include <tarfn.h>
Data Fields | |
| struct dpkg_error | err |
| enum tar_format | format |
| Tar archive format. | |
| const struct tar_operations * | ops |
| void * | ctx |
| void* tar_archive::ctx |
Referenced by process_archive(), tarfileread(), and tarobject().
| struct dpkg_error tar_archive::err |
Referenced by process_archive(), and tar_extractor().
| enum tar_format tar_archive::format |
Tar archive format.
| const struct tar_operations* tar_archive::ops |
Referenced by process_archive(), and tar_extractor().