aboutsummaryrefslogtreecommitdiff
path: root/src/xz/list.h
blob: 5d1084a058812995558c6e05f853351feb20cf7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
///////////////////////////////////////////////////////////////////////////////
//
/// \file       list.h
/// \brief      List information about .xz files
//
//  Author:     Lasse Collin
//
///////////////////////////////////////////////////////////////////////////////

/// \brief      List information about the given .xz file
extern void list_file(const char *filename);


/// \brief      Show the totals after all files have been listed
extern void list_totals(void);