From aa329892fbdf261dafef67789b6d751246ceaf52 Mon Sep 17 00:00:00 2001 From: Erwan MENAGER Date: Wed, 14 Dec 2022 09:11:55 +0100 Subject: [PATCH] Ajout des fonctions affichages/switchs --- sae102.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sae102.h b/sae102.h index 9faf7d4..0490808 100644 --- a/sae102.h +++ b/sae102.h @@ -56,4 +56,14 @@ ListeDept insererEnTete(ListeDept l, char* departement, int nbP, char* nomResp); MaillonDept modifNbPlaces(MaillonDept m); -MaillonDept modifResp(MaillonDept m); \ No newline at end of file +MaillonDept modifResp(MaillonDept m); + +void affichageMenuPrincipal(void); + +void switchPrincipal(int choix); + +void affichageErreurSaisie(void); + +void affichageMenuAdministrateur(void); + +void affichageErreurMdp(void); \ No newline at end of file