diff options
Diffstat (limited to '')
-rw-r--r-- | src/s_lpipes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s_lpipes.h b/src/s_lpipes.h index e2b3f40..edc559a 100644 --- a/src/s_lpipes.h +++ b/src/s_lpipes.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef S_LPIPES_H -#define S_LPIPES_H +#ifndef FT_S_LPIPES_H +# define FT_S_LPIPES_H -#include "s_struct.h" +# include "s_struct.h" struct s_lpipes *s_lpipes_last(struct s_lpipes *lpipes); void s_lpipes_add_back(struct s_lpipes **alpipes, |