#include <nitro/fs.h>
void* FS_UnloadArchiveTables(FSArchive *p_arc);
Releases to the user the memory that was preloaded by the FS_LoadArchiveTables function.
The archive returns to the normal state, where access to the archive takes place via callbacks.
p_arc |
Address of the FSArchive structure |
If there is preloaded memory, the function returns the address to that memory. Otherwise, it returns NULL.
FSArchive, FS_LoadArchiveTables
06/30/2004 Initial Version