#ifndef INTERFACES_H_INCLUDED #define INTERFACES_H_INCLUDED #include #include #include "subexport.h" #include "webserver.h" void refreshRulesets(string_array &ruleset_list, std::vector &rca); void readConf(); void generateBase(); int simpleGenerator(); std::string getScript(RESPONSE_CALLBACK_ARGS); std::string getProfile(RESPONSE_CALLBACK_ARGS); std::string getRuleset(RESPONSE_CALLBACK_ARGS); std::string getRewriteRemote(RESPONSE_CALLBACK_ARGS); std::string subconverter(RESPONSE_CALLBACK_ARGS); std::string simpleToClashR(RESPONSE_CALLBACK_ARGS); std::string surgeConfToClash(RESPONSE_CALLBACK_ARGS); #endif // INTERFACES_H_INCLUDED