From: <sv...@te...> - 2003-05-04 09:21:01
|
Author: roms Date: Sun May 4 11:20:56 2003 New Revision: 298 Modified: libtifiles/trunk/src/file_int.h Log: API fix for compat Modified: libtifiles/trunk/src/file_int.h ============================================================================== --- libtifiles/trunk/src/file_int.h (original) +++ libtifiles/trunk/src/file_int.h Sun May 4 11:20:56 2003 @@ -178,9 +178,9 @@ TIEXPORT int TICALL tifiles_has_folder(TicalcType calc_type); TIEXPORT int TICALL tifiles_is_flash(TicalcType calc_type); TIEXPORT const char *TICALL tifiles_vartype_to_file_extension(int vartype); - TIEXPORT char *TICALL tifiles_translate_varname_static(const char - *varname, - uint8_t vartype); + TIEXPORT char *TICALL tifiles_translate_varname2(const char + *varname, + uint8_t vartype); #ifdef __cplusplus } |