diff --git a/src/III/trois.h b/src/III/trois.h index 6135075..1281f2f 100644 --- a/src/III/trois.h +++ b/src/III/trois.h @@ -8,4 +8,5 @@ */ //FONCTIONS ET DOCUMENTATION -void afficherCandidaturesByDept(ListeCandidats liste, int nbCandidats, char* searchIUT, char* searchDept); \ No newline at end of file +void afficherCandidaturesByDept(ListeCandidats liste, int nbCandidats, char* searchIUT, char* searchDept); +void traiterCandidatures(VilleIUT** tiut, int nbVilles, ListeCandidats liste, int nbCandidats, int nbCandidatsAccept, float noteMini); \ No newline at end of file