From e36a4c0c6b9ad9dd3e263ad9d4ec452b9cbd8e10 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Thu, 12 Jan 2023 01:27:33 +0100 Subject: [PATCH] Ajout prototype traiterCandidatures --- src/III/trois.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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