Moved charsets.[ch] from src to lib directory
[midnight-commander.git] / src / hotlist.h
blob5c3cb0e2b6cc76ef9fb3535ef1e662b24435ec95
1 /** \file hotlist.h
2 * \brief Header: directory hotlist
3 */
5 #ifndef MC__HOTLIST_H
6 #define MC__HOTLIST_H
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_cmd (int list_vfs);
24 int save_hotlist (void);
25 void done_hotlist (void);
27 /*** inline functions ****************************************************************************/
28 #endif /* MC__HOTLIST_H */