1#include "dvdread/mythdvdio.h"
MTV_PUBLIC int MythDVD_FileExists(const char *Path, const char *File)
MTV_PUBLIC ssize_t MythDVD_read(int FileID, void *Buffer, size_t Count)
MTV_PUBLIC int MythDVD_dvdstat(const char *Path, struct stat *Buf)
MTV_PUBLIC int MythDVD_close(int FileID)
MTV_PUBLIC int MythDVD_open(const char *Pathname, int Flags)
MTV_PUBLIC off_t MythDVD_lseek(int FileID, off_t Offset, int Whence)
ssize_t MythFileRead(int FileID, void *Buffer, size_t Count)
int MythFileExists(const char *Path, const char *File)
off_t MythFileSeek(int FileID, off_t Offset, int Whence)
int MythfileClose(int FileID)
int MythFileOpen(const char *Pathname, int Flags)
int MythFileStat(const char *Path, struct stat *Buf)