0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00
Files
elinks/src/formhist/dialogs.h

20 lines
272 B
C
Raw Normal View History

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