blob: 805880de40958cfa928b5f5b7e5d7bd594793ca4 (
plain) (
tree)
|
|
// SPDX-License-Identifier: 0BSD
///////////////////////////////////////////////////////////////////////////////
//
/// \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);
|