minishell/inc/prompt.h
2025-02-04 18:59:51 +01:00

21 lines
1011 B
C

/* ************************************************************************** */
/* */
/* :::::::: */
/* prompt.h :+: :+: */
/* +:+ */
/* By: whaffman <whaffman@student.codam.nl> +#+ */
/* +#+ */
/* Created: 2025/02/04 16:35:35 by whaffman #+# #+# */
/* Updated: 2025/02/04 18:58:19 by whaffman ######## odam.nl */
/* */
/* ************************************************************************** */
#ifndef PROMPT_H
# define PROMPT_H
# include "minishell.h"
char *prompt(t_minishell *minishell);
#endif // PROMPT_H