This commit is contained in:
Laureηt 2021-05-23 16:22:39 +02:00
parent a7a6567942
commit d24359b275
3 changed files with 3 additions and 3 deletions

2
jobs.h
View file

@ -22,4 +22,4 @@ void supprimer(cell **list, int pid);
cell *trouver(list *l_ptr, int pid);
cell *trouver_id(list *l_ptr, int id);
#endif
#endif

View file

@ -220,4 +220,4 @@ int main(int argc, char *argv[])
liberer(&jobs);
return EXIT_SUCCESS;
}
}

View file

@ -7,4 +7,4 @@ void handler_sigchld(int sig_num);
void handler_sigint(int sig_num);
void handler_sigtstp(int sig_num);
#endif
#endif