From 8cd05ff44febcecf78b09ca3a0d657527b65fb45 Mon Sep 17 00:00:00 2001
From: Leo Poumaer <leo.poumaer.etu@univ-lille.fr>
Date: Mon, 31 May 2021 22:01:04 +0200
Subject: [PATCH] Update Requete.h

---
 includes/Requete.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/includes/Requete.h b/includes/Requete.h
index f729b0a..0391a11 100644
--- a/includes/Requete.h
+++ b/includes/Requete.h
@@ -7,8 +7,6 @@ struct cell
 
 void ajout_tete(struct cell **p, char *al);
 int recherche(struct cell* liste,char* x);
-void affiche_airport(char* IATACODE,struct cellule_airport *Airports);
-void affiche_airline(char* IATACODE,struct cellule_airline *Airlines);
 void show_airport(char* IATACODE,Hashtable Vols);
 void show_airlines(char* IATACODE,Hashtable Vols);
 void show_flight(char * IATACODE,int month,int day,int weekday,Hashtable Vols);
-- 
GitLab