summaryrefslogtreecommitdiffstats
path: root/src/u_parse.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/u_parse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/u_parse.h b/src/u_parse.h
index 8542f80..76e9152 100644
--- a/src/u_parse.h
+++ b/src/u_parse.h
@@ -10,10 +10,10 @@
/* */
/* ************************************************************************** */
-#ifndef U_PARSE_H
-#define U_PARSE_H
+#ifndef FT_U_PARSE_H
+# define FT_U_PARSE_H
-#include "d_define.h"
+# include "d_define.h"
t_quote_mode u_meet_dquote(const char *head, char *ptr, t_quote_mode mode);
t_quote_mode u_meet_squote(const char *head, char *ptr, t_quote_mode mode);