]> WPIA git - cassiopeia.git/blob - src/config.h
add: handle the 'noOCSP' feature in the include section
[cassiopeia.git] / src / config.h
1 #pragma once
2
3 #include <string>
4
5 int parseConfig( std::string path );
6 void parseProfiles();