mirror of
https://gitea.home.endeavr.de/Marcel/Tarstats-pp.git
synced 2025-12-10 00:39:01 +01:00
this put console output into its own function
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
*/
|
||||
|
||||
#include <fstream>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
|
||||
#ifndef TARSTATS___TARFUNC_H
|
||||
@@ -20,6 +22,8 @@ namespace tar {
|
||||
|
||||
// gets type of an item
|
||||
std::string getitemtype(char &n);
|
||||
//
|
||||
void consolestats (std::map<std::string, uintmax_t> &typecount, uintmax_t tarfilesize, uintmax_t sizeofall);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user