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