Just a little correction at the it.po file.
[midnight-commander.git] / src / hotlist.h
blobfefe49f06295b3919c516d29f489da0a8c70e7c2
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 void load_hotlist (void);
11 int save_hotlist (void);
12 void done_hotlist (void);
14 #endif