Updated italian translation
[midnight-commander.git] / src / hotlist.h
blob1e6936b2b9386bc933c015913eeb4164f6176ead
1 #ifndef MC_HOTLIST_H
2 #define MC_HOTLIST_H
4 #define LIST_VFSLIST 0x01
5 #define LIST_HOTLIST 0x02
6 #define LIST_MOVELIST 0x04
8 void add2hotlist_cmd (void);
9 char *hotlist_cmd (int list_vfs);
10 int save_hotlist (void);
11 void done_hotlist (void);
13 #endif