diff options
Diffstat (limited to 'src/p_args.h')
-rw-r--r-- | src/p_args.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/p_args.h b/src/p_args.h index 27f5729..899f7ea 100644 --- a/src/p_args.h +++ b/src/p_args.h @@ -15,10 +15,6 @@ #include <stdint.h> -uint16_t p_count_args(const char *head, - char *ptr, - uint16_t argc, - size_t start[]); char **p_split_args(const char word[], int8_t redir); #endif |