tdpkg/cache.h

9 lines
174 B
C
Raw Normal View History

2010-03-14 22:18:51 +03:00
#ifndef CACHE_H
#define CACHE_H
int tdpkg_cache_init (const char* filename);
char* tdpkg_cache_read_filename (const char* filename);
int tdpkg_cache_rebuild (void);
#endif