From 10fd4624fab5264e1b60df1d48c11c4e36e38dcc Mon Sep 17 00:00:00 2001 From: Guillaume Date: Thu, 12 Jan 2023 19:39:53 +0100 Subject: [PATCH] ajout des fonctions dans le .h --- header/sae.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header/sae.h b/header/sae.h index e8d852c..5697b2a 100644 --- a/header/sae.h +++ b/header/sae.h @@ -85,7 +85,6 @@ typedef struct maillonDeptV2 } MaillonDeptV2, * ListeDeptV2; -// Utilise pour le tableau de pointeurs sur cette structure (pour Guillaume) typedef struct { char nom[30]; @@ -121,6 +120,7 @@ void seConnecterTest(void); int modifiePlacesDept(VilleIut **villeIut, int nbVilles, char *ville, char *nomDept, int nbP); void afficheIUTDept(VilleIut* *villeIut, int nbVilles, char *nomDept); void afficheVillesIUT(VilleIut **villeIut, int nbVilles); +void afficheNbPlacesDep(VilleIut *tVilleIut[], int nbVilles, char nomDept[]); void menuAdmin(VilleIut **villeIut, int nbVilles); void afficherCandidat(Candidat candidat);