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