From b6c5c10f9444757980d461a24bf15c39a37d44cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Wed, 14 Aug 2024 18:17:27 +0200 Subject: [PATCH] Norminetting the env.h --- includes/app/env.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/app/env.h b/includes/app/env.h index 5ef4902f..ccd294d8 100644 --- a/includes/app/env.h +++ b/includes/app/env.h @@ -6,7 +6,7 @@ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/05/04 18:41:01 by maiboyer #+# #+# */ -/* Updated: 2024/08/02 22:11:14 by maiboyer ### ########.fr */ +/* Updated: 2024/08/14 18:17:08 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -18,7 +18,6 @@ # include "me/types.h" # include "me/vec/vec_str.h" - t_hashmap_env *create_env_map(void); t_error build_envp(t_hashmap_env *envs, t_hashmap_env *tmp_vars, \