summaryrefslogtreecommitdiffstats
path: root/src/s_lredir.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/s_lredir.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/s_lredir.h b/src/s_lredir.h
index e649f43..3b06e51 100644
--- a/src/s_lredir.h
+++ b/src/s_lredir.h
@@ -13,12 +13,11 @@
#ifndef S_LREDIR_H
# define S_LREDIR_H
-# include <stdint.h>
# include "s_struct.h"
void s_lredir_add_back(t_lredir **lredir, t_lredir *new);
void s_lredir_clear(struct s_lredir **lredir);
-struct s_lredir *s_lredir_new(const char path[], int32_t fd, int8_t redir);
+struct s_lredir *s_lredir_new(const char path[], int fd, char redir);
#endif