chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / nnrpd / cache.h
diff --git a/nnrpd/cache.h b/nnrpd/cache.h
deleted file mode 100644 (file)
index 6c561cd..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef CACHE_H
-#define CACHE_H
-
-#include "libinn.h"
-#include "storage.h"
-
-BEGIN_DECLS
-
-void cache_add(const HASH, const TOKEN);
-TOKEN cache_get(const HASH, bool final);
-
-END_DECLS
-
-#endif /* CACHE_H */