Python: Give goto_url_hook only one argument, like follow_url_hook.
[elinks.git] / src / dialogs / exmode.h
blob6adf4861d41d41f5352a7f589c6b45ceecdbd6b7
1 #ifndef EL__DIALOGS_EXMODE_H
2 #define EL__DIALOGS_EXMODE_H
4 #include "main/module.h"
6 struct session;
8 extern struct module exmode_module;
10 void exmode_start(struct session *ses);
12 #endif