Python: Give goto_url_hook only one argument, like follow_url_hook.
[elinks.git] / src / ecmascript / spidermonkey / unibar.h
blobe21e08766ba13356ed65b33e899fee9fe3d14680
2 #ifndef EL__ECMASCRIPT_SPIDERMONKEY_UNIBAR_H
3 #define EL__ECMASCRIPT_SPIDERMONKEY_UNIBAR_H
5 #include "ecmascript/spidermonkey/util.h"
7 extern const JSClass menubar_class;
8 extern const JSClass statusbar_class;
9 extern const JSPropertySpec unibar_props[];
11 #endif