cache_engines.h
author Tero Marttila <terom@fixme.fi>
Thu, 28 Aug 2008 00:29:39 +0300
changeset 43 e5b714190dee
parent 31 12d5361e7472
permissions -rw-r--r--
the request/reply code should be complete now, but still needs testing
#ifndef CACHE_ENGINES_H
#define CACHE_ENGINES_H

struct cache_engine *cache_engine_fs (const char *cache_dir);


#endif /* CACHE_ENGINES_H */