diff options
Diffstat (limited to '')
| -rw-r--r-- | src/f_errno.h (renamed from src/ft_p_line.h) | 11 | 
1 files changed, 5 insertions, 6 deletions
diff --git a/src/ft_p_line.h b/src/f_errno.h index 076be42..bf9e36b 100644 --- a/src/ft_p_line.h +++ b/src/f_errno.h @@ -1,7 +1,7 @@  /* ************************************************************************** */  /*                                                                            */  /*                                                        :::      ::::::::   */ -/*   ft_p_line.h                                        :+:      :+:    :+:   */ +/*   f_errno.h                                          :+:      :+:    :+:   */  /*                                                    +:+ +:+         +:+     */  /*   By: rbousset <marvin@42.fr>                    +#+  +:+       +#+        */  /*                                                +#+#+#+#+#+   +#+           */ @@ -10,12 +10,11 @@  /*                                                                            */  /* ************************************************************************** */ -#ifndef FT_P_LINE_H -#define FT_P_LINE_H +#ifndef F_ERRNO_H +#define F_ERRNO_H -#include "ft_s_struct.h" +#include "s_struct.h" -void	ft_p_line(char *line, -				t_msh *msh); +void	f_dump_errno(const char concern[], t_msh *msh);  #endif  | 
