Skip to content
Snippets Groups Projects
Commit 8cd05ff4 authored by Leo Poumaer's avatar Leo Poumaer
Browse files

Update Requete.h

parent 9c2de0d5
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,6 @@ struct cell ...@@ -7,8 +7,6 @@ struct cell
void ajout_tete(struct cell **p, char *al); void ajout_tete(struct cell **p, char *al);
int recherche(struct cell* liste,char* x); 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_airport(char* IATACODE,Hashtable Vols);
void show_airlines(char* IATACODE,Hashtable Vols); void show_airlines(char* IATACODE,Hashtable Vols);
void show_flight(char * IATACODE,int month,int day,int weekday,Hashtable Vols); void show_flight(char * IATACODE,int month,int day,int weekday,Hashtable Vols);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment