mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
11 lines
234 B
C
11 lines
234 B
C
|
|
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
|
|
#define EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
|
|
|
|
#include "ecmascript/spidermonkey/util.h"
|
|
|
|
extern const JSClass navigator_class;
|
|
extern const JSPropertySpec navigator_props[];
|
|
|
|
#endif
|