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, \