Merge branch 'build-fixes' into 'master'
[tas-yagle.git] / distrib / sources / tas / tlc / tlc_lib.h
index 718575c5b28004b67c1179a3c60cffcb227c3332..ed60682e3544686cdeff64ea802ce39d43d349e7 100644 (file)
@@ -40,10 +40,10 @@ extern float TLC_MINSCALE_RESIFACTOR;
 
 /* Informations on locon */
 
-inline void     tlc_setmaxfactor        __P(( void )) ;
-inline void     tlc_setminfactor        __P(( void )) ;
-inline float    tlc_getcapafactor       __P(( void )) ;
-inline float    tlc_getresifactor       __P(( void )) ;
+extern void     tlc_setmaxfactor        __P(( void )) ;
+extern void     tlc_setminfactor        __P(( void )) ;
+extern float    tlc_getcapafactor       __P(( void )) ;
+extern float    tlc_getresifactor       __P(( void )) ;
 extern void     tlcenv                  __P(( void )) ;
 extern void     tlc_mergeloconparam     __P(( locon_list*, locon_list* ));
 extern void            tlc_setloconparam       __P(( locon_list*, float ));