aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
blob: 3d9276420ce6a9f869119dbd2c7c721c14d4c192 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef UTIL_H
#define UTIL_H
#include "main.h"
int check_basedir_exist(const char *storage);
int check_file_size(const char *storage);
int check_file_exist(const char *storage);
enum CompressionType get_compression(const char *flag);

#endif // UTIL_H