3 * \brief Header: directory hotlist
9 #define LIST_VFSLIST 0x01
10 #define LIST_HOTLIST 0x02
11 #define LIST_MOVELIST 0x04
13 void add2hotlist_cmd (void);
14 char *hotlist_cmd (int list_vfs
);
15 int save_hotlist (void);
16 void done_hotlist (void);