1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/globhist/dialogs.h

19 lines
283 B
C
Raw Normal View History

#ifndef EL__GLOBHIST_DIALOGS_H
#define EL__GLOBHIST_DIALOGS_H
#include "bfu/hierbox.h"
#include "session/session.h"
#ifdef __cplusplus
extern "C" {
#endif
extern struct hierbox_browser globhist_browser;
void history_manager(struct session *);
#ifdef __cplusplus
}
#endif
#endif