mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
20 lines
1.1 KiB
C
20 lines
1.1 KiB
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* connec_cmd_debug.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2025/04/09 17:46:51 by khais #+# #+# */
|
|
/* Updated: 2025/04/09 17:48:30 by khais ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef CONNEC_CMD_DEBUG_H
|
|
# define CONNEC_CMD_DEBUG_H
|
|
|
|
# include "../../minishell.h"
|
|
|
|
void connec_cmd_debug(t_connec_cmd *cmd, t_buffer *leader, bool is_last);
|
|
|
|
#endif // CONNEC_CMD_DEBUG_H
|