#ifndef UNVLISTFILE_H #define UNVLISTFILE_H #include "unvlist.h" #include "unvlistwin.h" /* unvlistfile.cpp */ extern "C" int UnvListFileOpen( const char *path, unvitem_struct ***list, int *total_rtn, void (*progress_cb)(unsigned long, unsigned long, void *), void *progress_data, void (*print_warning)(const char *s) ); extern "C" int UnvListFileSave( const char *path, unvitem_struct **list, const int total, xsw_unvlist_win_struct *ulw, void (*progress_cb)(unsigned long, unsigned long, void *), void *progress_data, void (*print_warning)(const char *s) ); #endif /* UNVLISTFILE_H */