1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/ecmascript/spidermonkey/window.h

12 lines
266 B
C
Raw Normal View History

#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