-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparsingFile.hpp
More file actions
19 lines (17 loc) · 1.01 KB
/
Copy pathparsingFile.hpp
File metadata and controls
19 lines (17 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* parsingFile.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: hlakhal- <hlakhal-@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/09 15:19:17 by hlakhal- #+# #+# */
/* Updated: 2024/01/23 10:35:13 by hlakhal- ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef PARSINGFILE_HPP
#define PARSINGFILE_HPP
#include"webServer.hpp"
void loadingData(std::string& nameFile);
webServer& getMyServer();
#endif