diff --git a/graphe/src/liste.h b/graphe/src/liste.h index 1dc9c80..73cb5ed 100644 --- a/graphe/src/liste.h +++ b/graphe/src/liste.h @@ -20,3 +20,4 @@ bool rechList (Liste l, int x); int lgList (Liste l); Liste addQList (Liste l, int x); void afficherList (Liste l); +Liste copie(Liste l); \ No newline at end of file