#ifndef _FILEMAN_H_
#define _FILEMAN_H_

int open_fm(func cbk_func, void* data);

#endif /* _FILEMAN_H_ */
