mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
intermediate changes
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
/* } */
|
||||
namespace config
|
||||
{
|
||||
void display(toml_node *config)
|
||||
|
||||
void display(toml_node *root_node)
|
||||
{
|
||||
std::cout << ">>> printing config: <<<" << std::endl;
|
||||
if (config->get_type() != toml_node::MAPARRAY)
|
||||
|
||||
Reference in New Issue
Block a user