Skip to content

Commit 362b8f4

Browse files
committed
style: Remove prototype of non-existing function in signals.h
1 parent 271f016 commit 362b8f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/signals.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
/* ::: :::::::: */
44
/* signals.h :+: :+: :+: */
55
/* +:+ +:+ +:+ */
6-
/* By: lyeh <lyeh@student.42vienna.com> +#+ +:+ +#+ */
6+
/* By: ldulling <ldulling@student.42.fr> +#+ +:+ +#+ */
77
/* +#+#+#+#+#+ +#+ */
88
/* Created: 2024/03/18 18:35:55 by lyeh #+# #+# */
9-
/* Updated: 2024/03/18 18:36:10 by lyeh ### ########.fr */
9+
/* Updated: 2024/05/21 23:10:49 by ldulling ### ########.fr */
1010
/* */
1111
/* ************************************************************************** */
1212

@@ -17,7 +17,6 @@
1717

1818
void handle_signal_std(int signo, siginfo_t *info, void *context);
1919
void handle_signal_record(int signo, siginfo_t *info, void *context);
20-
void handle_signal_heredoc(int signo, siginfo_t *info, void *context);
2120
void setup_signal(t_sh *shell, int signo, t_sig state);
2221
void raise_error_and_escape(t_sh *shell, char *msg);
2322
void raise_error_to_all_subprocess(t_sh *shell, int exit_code, char *msg);

0 commit comments

Comments
 (0)