diff options
Diffstat (limited to '')
-rw-r--r-- | src/p_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p_args.h b/src/p_args.h index 899f7ea..fa61d92 100644 --- a/src/p_args.h +++ b/src/p_args.h @@ -15,6 +15,6 @@ #include <stdint.h> -char **p_split_args(const char word[], int8_t redir); +char **p_split_args(char word[], int8_t redir); #endif |