diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-08-26 18:44:24 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-08-26 18:44:24 +0200 |
commit | ad1f44c7ff032c3b20d493805e544cd70ed4bb89 (patch) | |
tree | ef5b2f5408646ec27e0503a69057c8ba6b8aff3b /src/u_utils.h | |
parent | handlesigw (diff) | |
download | 42-minishell-ad1f44c7ff032c3b20d493805e544cd70ed4bb89.tar.gz 42-minishell-ad1f44c7ff032c3b20d493805e544cd70ed4bb89.tar.bz2 42-minishell-ad1f44c7ff032c3b20d493805e544cd70ed4bb89.tar.xz 42-minishell-ad1f44c7ff032c3b20d493805e544cd70ed4bb89.tar.zst 42-minishell-ad1f44c7ff032c3b20d493805e544cd70ed4bb89.zip |
s**** f*****
Diffstat (limited to 'src/u_utils.h')
-rw-r--r-- | src/u_utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/u_utils.h b/src/u_utils.h index 020da83..6362e14 100644 --- a/src/u_utils.h +++ b/src/u_utils.h @@ -14,12 +14,9 @@ #define U_UTILS_H #include <stdint.h> -#include <term.h> -#include <curses.h> void u_eof_stdin(void); uint64_t u_builtins_get_argc(const char *args[]); char **u_get_env_var_names(t_msh *msh); -int u_handle_sigwinch(int dummy_signal); #endif |