release
[hcoop/zz_old/debian/djbdns.git] / cache.h
1 #ifndef CACHE_H
2 #define CACHE_H
3
4 #include "uint32.h"
5 #include "uint64.h"
6
7 extern uint64 cache_motion;
8 extern int cache_init(unsigned int);
9 extern void cache_set(const char *,unsigned int,const char *,unsigned int,uint32);
10 extern char *cache_get(const char *,unsigned int,unsigned int *,uint32 *);
11
12 #endif