repo.or.cz
/
elinks
/
witekfl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ELinks 0.11.5 and 0.12pre2 release date
[elinks/witekfl.git]
/
src
/
formhist
/
dialogs.h
blob
e3a024557e6ae4db2dba48cd9872916e42a2fccd
1
#ifndef EL__FORMHIST_DIALOGS_H
2
#define EL__FORMHIST_DIALOGS_H
3
4
#include
"bfu/hierbox.h"
5
6
struct
session
;
7
8
extern
struct
hierbox_browser formhist_browser
;
9
void
formhist_manager
(
struct
session
*);
10
11
#endif