mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
12 lines
281 B
C
12 lines
281 B
C
|
|
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_CONSOLE_H
|
|
#define EL__ECMASCRIPT_SPIDERMONKEY_CONSOLE_H
|
|
|
|
#include "ecmascript/spidermonkey/util.h"
|
|
|
|
extern const JSClass console_class;
|
|
extern const spidermonkeyFunctionSpec console_funcs[];
|
|
extern const JSPropertySpec console_props[];
|
|
|
|
#endif
|