struct item_info { struct dirent de; struct stat st; }; typedef struct filelist_t { int type; int focused; int (*selectable)(struct item_info*); } filelist_t;