mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 21:38:00 +03:00
refactor: move out clean_parsed funcs to config::
This commit is contained in:
@@ -7,5 +7,12 @@ typedef std::map<std::string, toml_node *> TOMLMap; // = JSONObject
|
||||
typedef std::vector<TOMLMap *> TOMLMapArray;
|
||||
typedef std::vector<toml_node *> TOMLArray;
|
||||
|
||||
namespace config
|
||||
{
|
||||
|
||||
void clean_parsed(TOMLMap *root);
|
||||
void clean_generic(toml_node *node);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user