repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated the .TP cleanup for coherency in the key description pages.
[midnight-commander.git]
/
src
/
hotlist.h
blob
fefe49f06295b3919c516d29f489da0a8c70e7c2
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