(root)/
xz-5.4.5/
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);