]> git.ipfire.org Git - thirdparty/sarg.git/blame - include/btree_cache.h
Update ChangeLog and add a release procedure
[thirdparty/sarg.git] / include / btree_cache.h
CommitLineData
965c4a6f
FM
1#ifndef BTREE_CACHE_H
2#define BTREE_CACHE_H
3
4void init_cache(void);
5void destroy_cache(void);
6char *search_in_cache(const char *key);
7int insert_to_cache(const char *key, const char *value);
8
9#endif //BTREE_CACHE_H