GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / tools / misc / xz / src / xz / list.h
bloba4c6ec7dc429f372130913398eae621729a146ef
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.
11 ///////////////////////////////////////////////////////////////////////////////
13 /// \brief List information about the given .xz file
14 extern void list_file(const char *filename);
17 /// \brief Show the totals after all files have been listed
18 extern void list_totals(void);