Python: Give goto_url_hook only one argument, like follow_url_hook.
[elinks.git] / src / cache / dialogs.h
blobe3e41b3ea546f0c10df83212701ee5ae8677e79a
1 #ifndef EL__CACHE_DIALOGS_H
2 #define EL__CACHE_DIALOGS_H
4 #include "bfu/hierbox.h"
6 struct session;
7 struct terminal;
9 extern struct hierbox_browser cache_browser;
10 void cache_manager(struct session *);
12 #endif