summaryrefslogtreecommitdiffstats
path: root/src/b_echo.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/b_echo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/b_echo.h b/src/b_echo.h
index 4ebf202..a18299e 100644
--- a/src/b_echo.h
+++ b/src/b_echo.h
@@ -13,10 +13,9 @@
#ifndef B_ECHO_H
# define B_ECHO_H
-# include <stdint.h>
# include "s_struct.h"
-uint8_t b_echo(char *args[], t_msh *msh);
+unsigned char b_echo(char *args[], t_msh *msh);
#endif