summaryrefslogtreecommitdiffstats
path: root/src/p_args_escape.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/p_args_escape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/p_args_escape.h b/src/p_args_escape.h
index 746a957..c2ffc5d 100644
--- a/src/p_args_escape.h
+++ b/src/p_args_escape.h
@@ -10,8 +10,8 @@
/* */
/* ************************************************************************** */
-#ifndef P_ARGS_ESCAPE_H
-#define P_ARGS_ESCAPE_H
+#ifndef FT_P_ARGS_ESCAPE_H
+# define FT_P_ARGS_ESCAPE_H
void p_args_escape_chars_and_quotes(char *words[]);