diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-08 20:26:51 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-08 20:26:51 +0200 |
commit | 74766656e5b605785e0e9622eb7f10d20a5467e3 (patch) | |
tree | d3818db14279a2e9649e314b3af4e819c61228e2 /src/u_utils.h | |
parent | Pretty bav (diff) | |
download | 42-minishell-74766656e5b605785e0e9622eb7f10d20a5467e3.tar.gz 42-minishell-74766656e5b605785e0e9622eb7f10d20a5467e3.tar.bz2 42-minishell-74766656e5b605785e0e9622eb7f10d20a5467e3.tar.xz 42-minishell-74766656e5b605785e0e9622eb7f10d20a5467e3.tar.zst 42-minishell-74766656e5b605785e0e9622eb7f10d20a5467e3.zip |
I hate myself and I want to die
Diffstat (limited to '')
-rw-r--r-- | src/u_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u_utils.h b/src/u_utils.h index 2aa2c72..12606b7 100644 --- a/src/u_utils.h +++ b/src/u_utils.h @@ -18,7 +18,7 @@ #include "s_struct.h" -t_bool u_is_not_escaped(char *head, char *ptr); +t_bool u_is_not_escaped(const char *head, const char *ptr); void u_eof_fd(int32_t fd); uint64_t u_builtins_get_argc(const char *args[]); char **u_get_env_var_names(t_msh *msh); |