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
Polish translation was updated.
[elinks.git]
/
src
/
globhist
/
dialogs.h
blob
550bc3f8fe310ddaa82029cc40db0e534fa66553
1
#ifndef EL__GLOBHIST_DIALOGS_H
2
#define EL__GLOBHIST_DIALOGS_H
3
4
#include
"bfu/hierbox.h"
5
#include
"session/session.h"
6
7
extern
struct
hierbox_browser globhist_browser
;
8
void
history_manager
(
struct
session
*);
9
10
#endif