2 * \brief Header: directory hotlist
8 /*** typedefs(not structures) and defined constants **********************************************/
10 #define LIST_VFSLIST 0x01
11 #define LIST_HOTLIST 0x02
12 #define LIST_MOVELIST 0x04
14 /*** enums ***************************************************************************************/
16 /*** structures declarations (and typedefs of structures)*****************************************/
18 /*** global variables defined in .c file *********************************************************/
20 /*** declarations of public functions ************************************************************/
22 void add2hotlist_cmd (void);
23 char *hotlist_show (int list_vfs
);
24 int save_hotlist (void);
25 void done_hotlist (void);
27 /*** inline functions ****************************************************************************/
28 #endif /* MC__HOTLIST_H */