mirror of
https://github.com/zoriya/ash.git
synced 2026-06-01 18:25:32 +00:00
inhibitor are now removed correctly
This commit is contained in:
+3
-1
@@ -20,4 +20,6 @@ char **parse_input(char *cmd);
|
||||
int parse_quotes(char *ptr, char **data);
|
||||
|
||||
char *strcat_realloc(char *dest, char *src);
|
||||
char *add_to_buffer(char *buffer, char *ptr, int nb);
|
||||
char *add_to_buffer(char *buffer, char *ptr, int nb, bool inhibitors);
|
||||
|
||||
void remove_inhibitors_symbols_n_limit(char *str, int nb);
|
||||
Reference in New Issue
Block a user