/** * @file oh_fsutl.h * @version $Id$ * * The header file that has dos and unix format file name transformation * functions. */ #ifndef _OH_FSUTL_H_ #define _OH_FSUTL_H_ #include "oh_port.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ extern oh_void oh_fu_dos2unix(oh_char *path); extern oh_void oh_fu_unix2dos(oh_char *path); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _OH_FSUTL_H_ */