diff --git a/iut.h b/iut.h index feb1eeb..47ca5e1 100644 --- a/iut.h +++ b/iut.h @@ -34,7 +34,7 @@ typedef enum {faux,vrai}Booleen; //Liste: VilleIUT Initialisation(void); - VilleIUT Enfiler(VilleIUT V, char *departement, int nbP,char *resp); + ListeD Enfiler(ListeD D, char *departement, int nbP,char *resp); Booleen testVide(VilleIUT V); void afficher (VilleIUT V); VilleIUT defiler(VilleIUT V);