MythTV  master
mythcoreutil.h
Go to the documentation of this file.
1 #ifndef COREUTIL_H_
2 #define COREUTIL_H_
3 
4 #include <cstdint>
5 
6 #include <QString>
7 
8 #include "mythbaseexp.h"
9 
10  MBASE_PUBLIC int64_t getDiskSpace(const QString &file_on_disk, int64_t &total, int64_t &used);
11 
12 #endif // COREUTIL_H_
mythbaseexp.h
MBASE_PUBLIC
#define MBASE_PUBLIC
Definition: mythbaseexp.h:15
getDiskSpace
MBASE_PUBLIC int64_t getDiskSpace(const QString &file_on_disk, int64_t &total, int64_t &used)
Definition: mythcoreutil.cpp:33