mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
style
This commit is contained in:
@@ -36,6 +36,7 @@ int toml_node::getNum(void) const
|
||||
{
|
||||
return (value.integer);
|
||||
}
|
||||
|
||||
bool toml_node::getBool(void) const
|
||||
{
|
||||
return (value.boolean);
|
||||
|
||||
Reference in New Issue
Block a user