]> git.ipfire.org Git - thirdparty/squid.git/blob - src/LoadableModules.h
sourceformat: split protos.h into more specific headers, change many functions' likag...
[thirdparty/squid.git] / src / LoadableModules.h
1 #ifndef SQUID_LOADABLE_MODULES_H
2 #define SQUID_LOADABLE_MODULES_H
3
4 // TODO: add reporting for cachemgr
5 // TODO: add reconfiguration support
6
7 class wordlist;
8 void LoadableModulesConfigure(const wordlist *names);
9
10 #endif /* SQUID_LOADABLE_MODULES_H */