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
bug 153, 1066: Convert properties of SMJS bookmark to/from UTF-8.
[elinks.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