big dialogs: dlg_format_text: no need to pass the term.
[elinks.git] / src / globhist / dialogs.h
blob550bc3f8fe310ddaa82029cc40db0e534fa66553
1 #ifndef EL__GLOBHIST_DIALOGS_H
2 #define EL__GLOBHIST_DIALOGS_H
4 #include "bfu/hierbox.h"
5 #include "session/session.h"
7 extern struct hierbox_browser globhist_browser;
8 void history_manager(struct session *);
10 #endif