00001 #ifndef _BACKENDUTIL_H 00002 #define _BACKENDUTIL_H 00003 00004 #include <qstringlist.h> 00005 00006 #include "libmythtv/remoteutil.h" 00007 #include "encoderlink.h" 00008 #include "libmythtv/programinfo.h" 00009 00010 void BackendQueryDiskSpace(QStringList &strlist, 00011 QMap <int, EncoderLink *> *encoderList, 00012 bool consolidated = false, bool allHosts = false); 00013 00014 void GetFilesystemInfos(QMap<int, EncoderLink*> *tvList, 00015 vector <FileSystemInfo> &fsInfos); 00016 00017 QString GetPlaybackURL(ProgramInfo *pginfo, bool storePath = true); 00018 00019 #endif 00020 00021 /* vim: set expandtab tabstop=4 shiftwidth=4: */
1.5.5