repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
big dialogs: dlg_format_text: no need to pass the term.
[elinks.git]
/
src
/
cache
/
dialogs.h
blob
e3e41b3ea546f0c10df83212701ee5ae8677e79a
1
#ifndef EL__CACHE_DIALOGS_H
2
#define EL__CACHE_DIALOGS_H
3
4
#include
"bfu/hierbox.h"
5
6
struct
session
;
7
struct
terminal
;
8
9
extern
struct
hierbox_browser cache_browser
;
10
void
cache_manager
(
struct
session
*);
11
12
#endif