From e504451c68387ae71f3cfe5996f1da9826e57bf5 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Wed, 4 Jan 2023 09:36:25 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20prototypes=20readStatus=20&=20saveStatu?= =?UTF-8?q?s=20et=20r=C3=A9organisation=20des=20menus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/I/un.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/I/un.h b/src/I/un.h index e948023..21dcfe5 100644 --- a/src/I/un.h +++ b/src/I/un.h @@ -27,8 +27,8 @@ void identificationCandidat(int* id, ListeCandidats* listePointer, int* nbCandid void titreMenuPrincipal(void); void menuCandidat(VilleIUT*** tiutPointer, ListeCandidats* listePointer, int* nbVilles, int* nbCandidats); -void menuAdmin(VilleIUT*** tiutPointer, ListeCandidats* listePointer, int* nbVilles, int* nbCandidats); void menuResponsable(VilleIUT*** tiutPointer, ListeCandidats* listePointer, int* nbVilles, int* nbCandidats); +void menuAdmin(VilleIUT*** tiutPointer, ListeCandidats* listePointer, int* nbVilles, int* nbCandidats); void menuPrincipal(void); VilleIUT* creerVille(void); @@ -48,4 +48,7 @@ void modifierNomResponsable(VilleIUT** tiut, int nbVilles, char* searchIUT, char void saveVilles(VilleIUT* tiut[], int nbVilles); VilleIUT** readVilles(int* nbVilles); +int readStatus(void); +void saveStatus(int status); + void test(void); \ No newline at end of file