reactos/rosapps/mc/src/hotlist.h
Steven Edwards e5c0c7185e Midnight Commander for Win32
svn path=/trunk/; revision=2456
2001-12-30 10:02:14 +00:00

15 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