repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grafthistory: support curl
[elinks/elinks-j605.git]
/
src
/
ecmascript
/
spidermonkey
/
navigator.h
blob
6dc400173084dc1d6da800aaeaed0edf4ddd470c
1
2
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
3
#define EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
4
5
#include
"ecmascript/spidermonkey/util.h"
6
7
extern
const
JSClass navigator_class
;
8
extern
const
JSPropertySpec navigator_props
[];
9
10
#endif