46 #ifndef _MH5STORAGE_H_ 47 #define _MH5STORAGE_H_ void MHEG5ResetStore(void)
destroy Persistent Storage - only really useful on platform like WINDOWS
Definition: mh5storage.c:135
MHEG5Bool MHEG5storageRead(MHEG5String fn, void **buf, MHEG5Int *len)
Read a file from the persistent store.
Definition: mh5storage.c:297
void MHEG5InitStore(void)
Initialise Persistent Storage.
Definition: mh5storage.c:115
MHEG5Bool MHEG5storageWrite(MHEG5String fn, void *buf, MHEG5Int len)
Write a file to the persistent store.
Definition: mh5storage.c:164