mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
12 lines
266 B
C
12 lines
266 B
C
|
|
||
|
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_WINDOW_H
|
||
|
#define EL__ECMASCRIPT_SPIDERMONKEY_WINDOW_H
|
||
|
|
||
|
#include "ecmascript/spidermonkey/util.h"
|
||
|
|
||
|
extern const JSClass window_class;
|
||
|
extern const JSPropertySpec window_props[];
|
||
|
extern const JSFunctionSpec window_funcs[];
|
||
|
|
||
|
#endif
|