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// SPDX-License-Identifier: 0BSD
2
4//
7//
8// Author: Lasse Collin
9//
11
13extern void list_file(const char *filename);
14
15
17extern 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