mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
e5c0c7185e
svn path=/trunk/; revision=2456
14 lines
270 B
C
14 lines
270 B
C
#ifndef __HOTLIST_H
|
|
#define __HOTLIST_H
|
|
|
|
#define LIST_VFSLIST 0x01
|
|
#define LIST_HOTLIST 0x02
|
|
#define LIST_MOVELIST 0x04
|
|
|
|
void add2hotlist_cmd (void);
|
|
char *hotlist_cmd (int list_vfs);
|
|
void load_hotlist (void);
|
|
int save_hotlist (void);
|
|
void done_hotlist (void);
|
|
|
|
#endif
|