mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 21:38:00 +03:00
feat: rewrite toSting to std::string
This commit is contained in:
@@ -9,7 +9,7 @@ typedef std::vector<toml_node *> TOMLArray;
|
||||
|
||||
namespace config
|
||||
{
|
||||
|
||||
void display(TOMLMap *config);
|
||||
void clean_parsed(TOMLMap *root);
|
||||
void clean_generic(toml_node *node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user