#include <cache.h>
Data Fields | |
char * | name |
A string generally used to give a pathname. | |
void * | stream |
A pointer to a FILE stream or anything else. |
Currently only designed for flat file cache subsystem.
Definition at line 53 of file cache.h.
|
A string generally used to give a pathname.
Definition at line 54 of file cache.h. Referenced by cache_check_dir(), cache_check_file(), cache_write_file(), and make_music_entry(). |
|
A pointer to a FILE stream or anything else.
Definition at line 55 of file cache.h. Referenced by cache_check_file(), cache_read_file(), and cache_write_file(). |