Updated italian translation.
[midnight-commander.git] / src / hotlist.h
blobc051519c606ad6bf6edde37677964b421970335f
2 /** \file hotlist.h
3 * \brief Header: directory hotlist
4 */
6 #ifndef MC_HOTLIST_H
7 #define MC_HOTLIST_H
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);
18 #endif