From bc78408c3c42f9fee8351dcd49a286b0bdf0e71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20DAIM?= Date: Sat, 7 Jan 2023 19:28:01 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20fonctions=20de=20mise=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Commun.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Commun.h b/Commun.h index 99c33fe..73f7664 100644 --- a/Commun.h +++ b/Commun.h @@ -64,9 +64,10 @@ int rechercheIUT(VilleIUT *tiut[], int tLog, char ville[], int *trouve); /* Fonctions de mise à jour */ -void miseAJourNomDept(VilleIUT *tiut[], int tLog); -void miseAJourResp(VilleIUT *tiut[], int tLog); -void miseAJourPlaces(VilleIUT *tiut[], int tLog); +void miseAJourGlobale(VilleIUT *tiut[], int tLog); +void miseAJourNomDept(Departement *d,ListeDept l); +void miseAJourResp(Departement *d); +void miseAJourPlaces(Departement *d); /* Fonctions de gestion d'affichage, menus et globale */