From 69d6ac533bef33faad9882327d4b0aa350b2fd63 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Tue, 21 Feb 2023 14:36:20 +0100 Subject: [PATCH] fix: add prototype create_value_by_key_dup --- minishell.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/minishell.h b/minishell.h index e5ace81..ed865b8 100644 --- a/minishell.h +++ b/minishell.h @@ -6,7 +6,7 @@ /* By: cchauvet