MythTV master
fillutil.h
Go to the documentation of this file.
1#ifndef FILLUTIL_H
2#define FILLUTIL_H
3
4// Std C headers
5#include <cstdio>
6
7// Qt headers
8#include <QString>
9
10class QFile;
11
12bool dash_open(QFile &file, const QString &filename,
13 int m, FILE *handle = nullptr);
14
15QString SetupIconCacheDirectory(void);
16
17#endif // FILLUTIL_H
bool dash_open(QFile &file, const QString &filename, int m, FILE *handle=nullptr)
Definition: fillutil.cpp:11
QString SetupIconCacheDirectory(void)
Definition: fillutil.cpp:35
int FILE
Definition: mythburn.py:138