repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HTML bug 1114: Don't doubly decode entities in attributes
[elinks.git]
/
src
/
ecmascript
/
see
/
navigator.h
blob
d5411acaa932833b3087ec8a9b84b18901ca1ab0
1
#ifndef EL__ECMASCRIPT_SEE_NAVIGATOR_H
2
#define EL__ECMASCRIPT_SEE_NAVIGATOR_H
3
4
struct
ecmascript_interpreter
;
5
6
void
init_js_navigator_object
(
struct
ecmascript_interpreter
*);
7
8
#endif