Updated italian translation
[midnight-commander.git] / src / hotlist.h
blob8921ad52b9b9825d74c97f4e3d47553c64886767
1 #ifndef __HOTLIST_H
2 #define __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