#include <untgz.h>
Data Fields | |
gchar * | tgzfile |
tgz file path | |
gsize | usize |
sum of sizes of the uncompressed files | |
gsize | csize |
compressed size of the archive | |
untgz_filetype | f_type |
type of the current file | |
gchar * | f_name |
name of the current file | |
gchar * | f_link |
file that current file links to | |
gsize | f_size |
size of the current file | |
gint | f_mode |
mode of the current file | |
time_t | f_mtime |
mtime of the current file | |
uid_t | f_uid |
uid of the current file | |
gid_t | f_gid |
gid of the current file | |
gchar | f_uname [33] |
user name of the current file | |
gchar | f_gname [33] |
group name of the current file | |
guint | f_devmaj |
major number of the device | |
guint | f_devmin |
minor number of the device | |
untgz_state_internal * | i |
this is no-no for a library user |