grafthistory: support curl
[elinks/elinks-j605.git] / src / ecmascript / spidermonkey / navigator.h
blob6dc400173084dc1d6da800aaeaed0edf4ddd470c
2 #ifndef EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
3 #define EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
5 #include "ecmascript/spidermonkey/util.h"
7 extern const JSClass navigator_class;
8 extern const JSPropertySpec navigator_props[];
10 #endif