From a82f70899e90a2fec078b528231c8a54996c8236 Mon Sep 17 00:00:00 2001 From: Dominique Ledu Date: Wed, 12 Jun 2002 08:20:40 +0000 Subject: [PATCH] Ajout des prototypes dans la declaration des fonctions --- alliance/src/elp/src/elp.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/alliance/src/elp/src/elp.h b/alliance/src/elp/src/elp.h index 901cd7b1..c796724e 100644 --- a/alliance/src/elp/src/elp.h +++ b/alliance/src/elp/src/elp.h @@ -110,11 +110,11 @@ extern double elpGeneral[elpGENERALNUM] ; /* les fonctions externes */ extern int elpenv() ; extern short elpLoadElp() ; -extern int elpLotrsShrink() ; -extern float elpLotrsCapaDrain() ; -extern float elpLotrsCapaSource() ; -extern float elpLotrsCapaGrid() ; -extern int elpLofigCapaDiff() ; -extern int elpLofigCapaGrid() ; -extern int elpLofigShrink() ; +extern int elpLotrsShrink(lotrs_list *) ; +extern float elpLotrsCapaDrain(lotrs_list *) ; +extern float elpLotrsCapaSource(lotrs_list *) ; +extern float elpLotrsCapaGrid(lotrs_list *) ; +extern int elpLofigCapaDiff(lofig_list *) ; +extern int elpLofigCapaGrid(lofig_list *) ; +extern int elpLofigShrink(lofig_list *) ; extern short elpError() ;