diff --git a/src/IV/quatre.h b/src/IV/quatre.h index d43580e..80ad9ce 100644 --- a/src/IV/quatre.h +++ b/src/IV/quatre.h @@ -16,6 +16,14 @@ */ void menuCandidat_suivreCandidature(ListeCandidats liste, int nbCandidats, Candidat* candidat); + +/** + \brief Permet d'accepter un certain nombre de candidat ayant une note minimale + \param tiut Tableau de pointeur sur la structure VilleIUT + \param nbVilles Nombre de villes + \param liste Tableau de pointeur sur la structure Candidat + \param nbCandidat Candidat en question +*/ void menuResponsable_traiterCandidatures(VilleIUT** tiut, int nbVilles, ListeCandidats liste, int nbCandidats); FileAttente* creerFile(void); // Retourne address FileAttente malloc