diff --git a/src/partie1/saeP1.c b/src/partie1/saeP1.c index b400353..e191900 100644 --- a/src/partie1/saeP1.c +++ b/src/partie1/saeP1.c @@ -7,7 +7,7 @@ //Partie Consultant. -void menuUser(VilleIUT* lvIUT[],int tlogi, int CandidOpen, candidat* tcandidat[]) +void menuUser(VilleIUT* lvIUT[],int tlogi, int CandidOpen, candidat tcandidat[]) { int quit=0, ck=0, act; while(!quit) diff --git a/src/partie1/saeP1.h b/src/partie1/saeP1.h index af6e87e..7d2606a 100644 --- a/src/partie1/saeP1.h +++ b/src/partie1/saeP1.h @@ -47,7 +47,7 @@ typedef struct * \param [in] CandidOpen Entier contenant 1 si la phase de canditatures est ouverte, 0 sinon. * \param [in] tcandidat Tableau contenant les candidats. */ -void menuUser(VilleIUT* lvIUT[],int tlogi, int CandidOpen, candidat *tcandidat[]); +void menuUser(VilleIUT* lvIUT[],int tlogi, int CandidOpen, candidat tcandidat[]); /* Menu pour les utilisateurs du système, les candidats. Entrée :