0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00
Files
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