Ajout des prototypes dans la declaration des fonctions

This commit is contained in:
Dominique Ledu 2002-06-12 08:20:40 +00:00
parent 8424c0a7a8
commit a82f70899e
1 changed files with 7 additions and 7 deletions

View File

@ -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() ;