mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
12 lines
274 B
C
12 lines
274 B
C
|
|
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_DOCUMENT_H
|
|
#define EL__ECMASCRIPT_SPIDERMONKEY_DOCUMENT_H
|
|
|
|
#include "ecmascript/spidermonkey/util.h"
|
|
|
|
extern JSClass document_class;
|
|
extern const spidermonkeyFunctionSpec document_funcs[];
|
|
extern JSPropertySpec document_props[];
|
|
|
|
#endif
|