Patch level : 12.0 no patch

Files correlati     : 
Commento            :

Esportata la funzione tfile4position2

git-svn-id: svn://10.65.10.50/branches/R_10_00@23336 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2016-09-27 07:27:27 +00:00
parent 79b99a9e85
commit 15eeb16f1c
2 changed files with 1 additions and 2 deletions

View File

@ -932,7 +932,7 @@ int mem4reset( void ) ;
char * tfile4key( TAG4FILE * ) ; char * tfile4key( TAG4FILE * ) ;
B4KEY_DATA *tfile4keyData( TAG4FILE * ) ; /* The current key */ B4KEY_DATA *tfile4keyData( TAG4FILE * ) ; /* The current key */
int tfile4outOfDate( TAG4FILE * ) ; int tfile4outOfDate( TAG4FILE * ) ;
int tfile4position2( TAG4FILE *, double * ) ; S4EXPORT int tfile4position2( TAG4FILE *, double * ) ;
double tfile4position( TAG4FILE * ) ; /* Returns the position as a percent */ double tfile4position( TAG4FILE * ) ; /* Returns the position as a percent */
double tfile4positionDbl( TAG4FILE * ) ; /* Returns the position as a percent */ double tfile4positionDbl( TAG4FILE * ) ; /* Returns the position as a percent */
int tfile4positionSet( TAG4FILE *, const double ) ; /* Positions a percentage */ int tfile4positionSet( TAG4FILE *, const double ) ; /* Positions a percentage */

View File

@ -9,7 +9,6 @@
#ifndef S4CLIENT #ifndef S4CLIENT
#ifndef S4INDEX_OFF #ifndef S4INDEX_OFF
/* 'pos' is an percentage, positioning is approximate. */ /* 'pos' is an percentage, positioning is approximate. */
int tfile4position2( TAG4FILE *t4, double *result ) int tfile4position2( TAG4FILE *t4, double *result )
{ {