- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / mc / src / hotlist.h
diff --git a/rosapps/mc/src/hotlist.h b/rosapps/mc/src/hotlist.h
deleted file mode 100644 (file)
index fefe49f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#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