cache_engines.h
author Tero Marttila <terom@fixme.fi>
Wed, 27 Aug 2008 21:30:32 +0300
changeset 41 540737bf6bac
parent 31 12d5361e7472
permissions -rw-r--r--
sending requests, and partial support for receiving -- incomplete, not tested
#ifndef CACHE_ENGINES_H
#define CACHE_ENGINES_H

struct cache_engine *cache_engine_fs (const char *cache_dir);


#endif /* CACHE_ENGINES_H */