Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
list.h
Go to the documentation of this file.
1
2//
5//
6// Author: Lasse Collin
7//
8// This file has been put into the public domain.
9// You can do whatever you want with this file.
10//
12
14extern void list_file(const char *filename);
15
16
18extern void list_totals(void);
void list_file(const char *filename)
List information about the given .xz file.
Definition list.c:1266
void list_totals(void)
Show the totals after all files have been listed.
Definition list.c:1244