list.h revision 207753
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
14extern void list_file(const char *filename);
15
16
17/// \brief      Show the totals after all files have been listed
18extern void list_totals(void);
19