From 958274b34a52c65ff324fed4ee753e5d2cd2242c Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Thu, 12 Jan 2023 22:49:18 +0100 Subject: [PATCH] Suppression prototype test2 --- src/II/deux.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/II/deux.h b/src/II/deux.h index c246551..ebf5766 100644 --- a/src/II/deux.h +++ b/src/II/deux.h @@ -94,7 +94,4 @@ int saveCandidats(ListeCandidats liste, int nbCandidats); \param c2 Candidat 2 \return <0 si le candidat 1 est avant le candidat 2 dand l'ordre alphabetique, >0 si le candidat 2 est avant le candidat 1 dand l'ordre alphabetique et 0 si ils sont homonymes */ -int compareCandidats(const void* c1, const void* c2); - - -void test2(void); \ No newline at end of file +int compareCandidats(const void* c1, const void* c2); \ No newline at end of file