blob: 48871f04e23c6f6cdaa0005a06af249faff226e7 [file] [log] [blame]
#ifndef TH_MEMORY_FILE_INC
#define TH_MEMORY_FILE_INC
#include "THFile.h"
#include "THStorage.h"
THFile *THMemoryFile_newWithStorage(THCharStorage *storage, const char *mode);
THFile *THMemoryFile_new(const char *mode);
THCharStorage *THMemoryFile_storage(THFile *self);
#endif