diff options
Diffstat (limited to 'include/minishell.h')
| -rw-r--r-- | include/minishell.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/minishell.h b/include/minishell.h index de6e923..d2bc9e7 100644 --- a/include/minishell.h +++ b/include/minishell.h @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/26 15:33:51 by cacharle #+# #+# */ -/* Updated: 2020/07/15 13:11:38 by charles ### ########.fr */ +/* Updated: 2020/07/15 17:00:03 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -151,5 +151,6 @@ int utils_directory_iter( size_t utils_var_end(char *name); bool utils_valid_identifier(char *name); +bool utils_start_with_valid_identifier(char *name); #endif |
