mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
feat(parser): get config file from arg
This commit is contained in:
@@ -49,7 +49,7 @@ namespace config
|
||||
e_token last_token;
|
||||
|
||||
public:
|
||||
Tokenizer(std::string filename);
|
||||
Tokenizer(char *filename);
|
||||
char getWithoutWhiteSpace();
|
||||
struct s_token getToken();
|
||||
bool hasMoreTokens();
|
||||
|
||||
Reference in New Issue
Block a user