tar_file 44 uspace/lib/untar/untar.h int (*open)(struct tar_file *); tar_file 45 uspace/lib/untar/untar.h void (*close)(struct tar_file *); tar_file 47 uspace/lib/untar/untar.h size_t (*read)(struct tar_file *, void *, size_t); tar_file 48 uspace/lib/untar/untar.h void (*vreport)(struct tar_file *, const char *, va_list);HelenOS homepage, sources at GitHub