10 lines
276 B
C
10 lines
276 B
C
#ifndef ECDB_FILELIST_CUSTOM_H
|
|
#define ECDB_FILELIST_CUSTOM_H
|
|
|
|
void ecdb_custom_filelist_directory_set(Ewl_Filelist *fl,
|
|
Ecdb_Source *src);
|
|
Ewl_Widget *ecdb_custom_filelist_new(void);
|
|
char * ecdb_custom_filelist_selected_file_get(Ewl_Filelist *fl);
|
|
|
|
#endif
|