mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
11 lines
222 B
C
11 lines
222 B
C
|
|
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
|
|
#define EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
|
|
|
|
#include "ecmascript/spidermonkey/util.h"
|
|
|
|
extern JSClass navigator_class;
|
|
extern JSPropertySpec navigator_props[];
|
|
|
|
#endif
|