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

11 lines
214 B
C
Raw Normal View History

#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