]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/xz/src/xz/list.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / xz / src / xz / list.h
1 ///////////////////////////////////////////////////////////////////////////////
2 //
3 /// \file       list.h
4 /// \brief      List information about .xz files
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 //
11 ///////////////////////////////////////////////////////////////////////////////
12
13 /// \brief      List information about the given .xz file
14 extern void list_file(const char *filename);
15
16
17 /// \brief      Show the totals after all files have been listed
18 extern void list_totals(void);