diff --git a/src/cb/source/d4declar.h b/src/cb/source/d4declar.h index f3f45db83..b3b7a72f9 100755 --- a/src/cb/source/d4declar.h +++ b/src/cb/source/d4declar.h @@ -932,7 +932,7 @@ int mem4reset( void ) ; char * tfile4key( TAG4FILE * ) ; B4KEY_DATA *tfile4keyData( TAG4FILE * ) ; /* The current key */ int tfile4outOfDate( TAG4FILE * ) ; - int tfile4position2( TAG4FILE *, double * ) ; + S4EXPORT int tfile4position2( TAG4FILE *, double * ) ; double tfile4position( TAG4FILE * ) ; /* Returns the position as a percent */ double tfile4positionDbl( TAG4FILE * ) ; /* Returns the position as a percent */ int tfile4positionSet( TAG4FILE *, const double ) ; /* Positions a percentage */ diff --git a/src/cb/source/i4positi.c b/src/cb/source/i4positi.c index 4f54c3c60..3a3efb118 100755 --- a/src/cb/source/i4positi.c +++ b/src/cb/source/i4positi.c @@ -9,7 +9,6 @@ #ifndef S4CLIENT #ifndef S4INDEX_OFF - /* 'pos' is an percentage, positioning is approximate. */ int tfile4position2( TAG4FILE *t4, double *result ) {