Compilation fix on Mingw32.
[elinks.git] / src / cookies / dialogs.h
blob8896d3f161d3a164a58c69a812fea1c6696a4262
1 #ifndef EL__COOKIES_DIALOGS_H
2 #define EL__COOKIES_DIALOGS_H
4 #include "bfu/hierbox.h"
5 #include "session/session.h"
6 #include "terminal/terminal.h"
7 #include "util/lists.h"
9 extern LIST_OF(struct cookie) cookie_queries;
11 void accept_cookie_dialog(struct session *ses, void *data);
12 extern struct hierbox_browser cookie_browser;
13 void cookie_manager(struct session *);
15 #endif