got a lot of crypt32 stuff working
[reactos.git] / rosapps / mc / src / hotlist.h
1 #ifndef __HOTLIST_H
2 #define __HOTLIST_H
3
4 #define LIST_VFSLIST 0x01
5 #define LIST_HOTLIST 0x02
6 #define LIST_MOVELIST 0x04
7
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);
13
14 #endif