free_exit() renamed exit_free()
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/10/08 02:59:58 by lperrey #+# #+# */
|
||||
/* Updated: 2021/11/29 12:25:28 by lperrey ### ########.fr */
|
||||
/* Updated: 2021/11/29 12:43:15 by lperrey ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -65,7 +65,7 @@ int builtin_echo(int argc, char *argv[], t_all *c);
|
||||
int getenv_position(char **envp, char *name);
|
||||
|
||||
// Free
|
||||
int free_exit(t_all *c, int exit_status);
|
||||
int exit_free(t_all *c, int exit_status);
|
||||
void free_pipeline(t_cmd **pipeline_ptr[]);
|
||||
void close_pipeline_fd(t_cmd *pipeline[]);
|
||||
typedef void (*t_free_f)(void *); // generic
|
||||
|
||||
Reference in New Issue
Block a user