grafthistory: support curl
[elinks/elinks-j605.git] / src / ecmascript / spidermonkey / window.h
blob283dc495ea66d425de65c6a865319963b7a96341
2 #ifndef EL__ECMASCRIPT_SPIDERMONKEY_WINDOW_H
3 #define EL__ECMASCRIPT_SPIDERMONKEY_WINDOW_H
5 #include "ecmascript/spidermonkey/util.h"
7 extern const JSClass window_class;
8 extern const JSPropertySpec window_props[];
9 extern const spidermonkeyFunctionSpec window_funcs[];
11 #endif