summaryrefslogtreecommitdiffstats
path: root/src/p_args_next.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_args_next.h')
-rw-r--r--src/p_args_next.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/p_args_next.h b/src/p_args_next.h
index 46998b7..e918254 100644
--- a/src/p_args_next.h
+++ b/src/p_args_next.h
@@ -15,6 +15,9 @@
#include <stdint.h>
-uint16_t p_dup_words(char *words[], const char word[], uint16_t i);
+uint16_t p_dup_words(char *words[],
+ const char word[],
+ const uint16_t argc,
+ const size_t start[]);
#endif