HTML bug 1114: Don't doubly decode entities in attributes
[elinks.git] / src / ecmascript / see / navigator.h
blobd5411acaa932833b3087ec8a9b84b18901ca1ab0
1 #ifndef EL__ECMASCRIPT_SEE_NAVIGATOR_H
2 #define EL__ECMASCRIPT_SEE_NAVIGATOR_H
4 struct ecmascript_interpreter;
6 void init_js_navigator_object(struct ecmascript_interpreter *);
8 #endif