cache_engines.h
author Tero Marttila <terom@fixme.fi>
Sat, 30 Aug 2008 19:13:15 +0300
changeset 49 10c7dce1a043
parent 31 12d5361e7472
permissions -rw-r--r--
autogenerate the memcache_test help output, and pipeline memcache requests
#ifndef CACHE_ENGINES_H
#define CACHE_ENGINES_H

struct cache_engine *cache_engine_fs (const char *cache_dir);


#endif /* CACHE_ENGINES_H */