chiark / gitweb /
some todos
[inn-innduct.git] / nnrpd / cache.h
1 #ifndef CACHE_H
2 #define CACHE_H
3
4 #include "libinn.h"
5 #include "storage.h"
6
7 BEGIN_DECLS
8
9 void cache_add(const HASH, const TOKEN);
10 TOKEN cache_get(const HASH, bool final);
11
12 END_DECLS
13
14 #endif /* CACHE_H */