From 2d323409b19323de64f35a0f1df6e918e06971a6 Mon Sep 17 00:00:00 2001 From: DahmaneYanis Date: Thu, 5 Jan 2023 15:12:33 +0100 Subject: [PATCH] =?UTF-8?q?Oups=20j'ai=20oubli=C3=A9=20sae.h=20git=20add?= =?UTF-8?q?=20header!=20MY=20BAD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- header/sae.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header/sae.h b/header/sae.h index 3f11c18..bfc1641 100644 --- a/header/sae.h +++ b/header/sae.h @@ -90,7 +90,7 @@ typedef struct void Globale(void); Log * chargementLog(char * nomFichier); //void menuVisiteur(VilleIut *villeIut, int nbVilles); -void menuVisiteur(void); +void menuVisiteur(Log * tLog); int afficherMenuVisiteur(void); int choixMenuVisiteur(void); void banniereConnection(void);