From fc619773b0ed544de5d6f55e7980f5e11040123c Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Thu, 29 Dec 2022 18:36:26 +0100 Subject: [PATCH] Modification prototype ajouterVille --- src/I/un.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/I/un.h b/src/I/un.h index 1499e0b..4eb5bc0 100644 --- a/src/I/un.h +++ b/src/I/un.h @@ -31,7 +31,7 @@ void menuResponsable(VilleIUT*** tiutPointer, int* nbVilles); void menuPrincipal(void); VilleIUT* creerVille(void); -VilleIUT** ajouterVille(VilleIUT** tiut, VilleIUT* ville, int* nbVilles); +void ajouterVille(VilleIUT*** tiutPointer, VilleIUT* ville, int* nbVilles); int rechercherVille(VilleIUT** tiut, int nbVilles, char* searchIUT); // Retourne index de la ville void afficherListeVilles(VilleIUT** tiut, int nbVilles);