From 9f538eabd16f3b0b76c366a86979eb5a1ce63e2a Mon Sep 17 00:00:00 2001 From: gwojda Date: Fri, 17 Mar 2017 17:24:21 +0100 Subject: [PATCH] rectif .h --- 42sh/includes/completion.h | 4 +--- 42sh/includes/ft_readline.h | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/42sh/includes/completion.h b/42sh/includes/completion.h index 56ad1b8f..b2b62c12 100644 --- a/42sh/includes/completion.h +++ b/42sh/includes/completion.h @@ -6,7 +6,7 @@ /* By: alao +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/02/18 11:13:04 by alao #+# #+# */ -/* Updated: 2017/03/17 16:40:10 by gwojda ### ########.fr */ +/* Updated: 2017/03/17 17:23:34 by gwojda ### ########.fr */ /* */ /* ************************************************************************** */ @@ -185,7 +185,5 @@ char *path_solver(t_comp *c, char *cmd, char *cwd); int c_exclusion_folder(t_comp *c); int ft_sstrlen(char **s); char *ft_sstrtostr(char **s, char *sep); -size_t ft_strlenw_i(char *str, size_t pos, char c); -size_t ft_strpos_i(char *str, size_t pos, char c); #endif diff --git a/42sh/includes/ft_readline.h b/42sh/includes/ft_readline.h index f580c181..4282c854 100644 --- a/42sh/includes/ft_readline.h +++ b/42sh/includes/ft_readline.h @@ -6,7 +6,7 @@ /* By: gwojda +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/01/23 10:35:44 by gwojda #+# #+# */ -/* Updated: 2017/03/17 12:17:52 by gwojda ### ########.fr */ +/* Updated: 2017/03/17 17:24:03 by gwojda ### ########.fr */ /* */ /* ************************************************************************** */ @@ -106,7 +106,7 @@ void ft_putall_current_str(char *str, size_t *pos); void ft_current_str(char *str, size_t pos); int ft_strlen_next(char *str, size_t pos); void ft_push_back_history( - t_list_history **head, t_list_history *new); + t_list_history **head, t_list_history *new); void ft_prompt(void); char *ft_remove_imput(char *str, size_t pos); char *ft_realloc_imput(char *str, int a, size_t pos);