mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 17:48:46 +02:00
19 lines
1003 B
C++
19 lines
1003 B
C++
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* help.hpp :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2025/04/10 13:43:54 by adjoly #+# #+# */
|
|
/* Updated: 2025/04/26 16:14:37 by adjoly ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#pragma once
|
|
|
|
#define SAMPLE_CONF_PATH "./sample.toml"
|
|
#define WEBSRV_VERSION "v0.1"
|
|
|
|
bool help(int, char **);
|