From 7d3abc9393c7280ed93ebf68ca7fa1d1469be678 Mon Sep 17 00:00:00 2001 From: "yann.champeau" Date: Fri, 13 Jan 2023 17:19:58 +0100 Subject: [PATCH] Ajustements. --- src/partie1/saeP1.c | 2 +- src/partie1/saeP1.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 :