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