blob: 7e5dc3d175d9d7e156d78fe52eb73ae5c6e78950 [file] [log] [blame]
brians2fdfc072013-02-26 05:35:15 +00001#include "ctemplate/template_cache.h"
2
3namespace aos {
4namespace http {
5
6// Retrieves the cache used by all of the aos functions etc.
7// This cache will have its root directory set to the directory where the
8// executable is running from.
9ctemplate::TemplateCache *get_template_cache();
10
11} // namespace http
12} // namespace aos