🏗️」 wip: Added proto for Client class

This commit is contained in:
2025-04-14 15:05:26 +02:00
parent 42ab0cfc97
commit 2004386c8d
4 changed files with 39 additions and 4 deletions

View File

@ -6,11 +6,12 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/11 13:29:21 by mmoussou #+# #+# */
/* Updated: 2025/04/13 11:24:52 by mmoussou ### ########.fr */
/* Updated: 2025/04/14 14:25:35 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#include <sys/types.h>
#ifndef __WEBSERV_WEBSERV_HPP__
# define __WEBSERV_WEBSERV_HPP__