add eboll

This commit is contained in:
Talyx
2022-01-11 22:02:57 +03:00
parent 6dc10a7191
commit 9285dafe99
4 changed files with 101 additions and 27 deletions

View File

@@ -29,6 +29,7 @@ public:
void identifyType(std::string);
void printHeaderInfo(void);
void parseRequest(void);
void clearHeader(void);
Header();
Header(char *);
~Header();