summaryrefslogtreecommitdiffstats
path: root/src/u_vars.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/u_vars.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/u_vars.h b/src/u_vars.h
index e27a142..337c357 100644
--- a/src/u_vars.h
+++ b/src/u_vars.h
@@ -13,7 +13,6 @@
#ifndef U_VARS_H
# define U_VARS_H
-# include <stdint.h>
# include <stddef.h>
# include "s_struct.h"
@@ -22,7 +21,7 @@ void u_get_custom_var(char str[],
const char varname[],
size_t dstsize,
t_msh *msh);
-uint8_t u_get_var_value(char str[],
+unsigned char u_get_var_value(char str[],
const char varname[],
size_t dstsize,
t_msh *msh);