|
|
|
@ -91,6 +91,8 @@ void menuAdmin_supprimerDepartement(VilleIUT** tiut, int nbVilles);
|
|
|
|
|
*/
|
|
|
|
|
void menuAdmin_modifierResponsable(VilleIUT** tiut, int nbVilles);
|
|
|
|
|
|
|
|
|
|
void menuCandidat_suivreCandidature(ListeCandidats liste, int nbCandidats, Candidat* candidat);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
\brief Alloue de la memoire de la taille d'une structure VilleIUT avec un malloc
|
|
|
|
|
\return retourne l'adresse générée par le malloc
|
|
|
|
|