summaryrefslogtreecommitdiffstats
path: root/src/u_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u_parse.c')
-rw-r--r--src/u_parse.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/u_parse.c b/src/u_parse.c
index ade8dd7..b49e6ba 100644
--- a/src/u_parse.c
+++ b/src/u_parse.c
@@ -10,10 +10,13 @@
/* */
/* ************************************************************************** */
+#include <libft.h>
+
+#include "u_utils.h"
#include "d_define.h"
t_quote_mode
- u_meet_dquote(char *head, char *ptr, t_quote_mode mode)
+ u_meet_dquote(const char *head, char *ptr, t_quote_mode mode)
{
if (mode == Q_NONE)
{
@@ -34,7 +37,7 @@ t_quote_mode
}
t_quote_mode
- u_meet_squote(char *head, char *ptr, t_quote_mode mode)
+ u_meet_squote(const char *head, char *ptr, t_quote_mode mode)
{
if (mode == Q_NONE)
{