From 487a66394061f2d14a2fa421302966b5442d643f Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 27 Jul 2020 18:55:07 +0200 Subject: I couldn't see shit --- src/ft_f_chdir.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/ft_f_chdir.h (limited to 'src/ft_f_chdir.h') diff --git a/src/ft_f_chdir.h b/src/ft_f_chdir.h deleted file mode 100644 index fae82d7..0000000 --- a/src/ft_f_chdir.h +++ /dev/null @@ -1,22 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_f_chdir.h :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: rbousset +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ -/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ -/* */ -/* ************************************************************************** */ - -#ifndef FT_F_CHDIR_H -#define FT_F_CHDIR_H - -#include "ft_s_struct.h" - -void ft_fail_chd(const char concern[], - const char pathp[], - t_msh *msh); - -#endif -- cgit v1.2.3