mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
11 lines
214 B
C
11 lines
214 B
C
|
#ifndef EL__GLOBHIST_DIALOGS_H
|
||
|
#define EL__GLOBHIST_DIALOGS_H
|
||
|
|
||
|
#include "bfu/hierbox.h"
|
||
|
#include "session/session.h"
|
||
|
|
||
|
extern struct hierbox_browser globhist_browser;
|
||
|
void history_manager(struct session *);
|
||
|
|
||
|
#endif
|