From 34a6e22017ef44287832778203f3f7aa04c583a5 Mon Sep 17 00:00:00 2001 From: Yannis DOUMIR FERNANDES Date: Mon, 30 Oct 2023 17:31:24 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/app/interface/?= =?UTF-8?q?interface=5Fresp.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/interface/interface_resp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/interface/interface_resp.h b/src/app/interface/interface_resp.h index b793ad2..6b9826c 100644 --- a/src/app/interface/interface_resp.h +++ b/src/app/interface/interface_resp.h @@ -5,6 +5,8 @@ void affichClients(int tNumClient[], float tCagnotte[], int tSus[], int tLogique void affichAjoutArticle(int *ref, float *poids, float *volume, float *prix); void affichSupprimerArticle(int *ref); void affichModifierArticle(int *ref, float *poids, float *volume, float *prix); +void problemRechercheArticle(); +void affichAjoutClient(int tNumClient[], int tLogique, int *numC); void menu_resp(int *choix); void global_resp(); void affiche_resp(void); \ No newline at end of file