cache_engines.h
author Tero Marttila <terom@fixme.fi>
Wed, 27 Aug 2008 22:42:27 +0300
changeset 42 0e503189af2f
parent 31 12d5361e7472
permissions -rw-r--r--
more reply-receiving code, but still incomplete
#ifndef CACHE_ENGINES_H
#define CACHE_ENGINES_H

struct cache_engine *cache_engine_fs (const char *cache_dir);


#endif /* CACHE_ENGINES_H */