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 */