master
Lucie GOIGOUX 1 year ago
parent ded3961d4b
commit 4cb2183065

@ -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

Loading…
Cancel
Save