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

12 lines
206 B
C
Raw Normal View History

2021-09-15 10:22:36 -04:00
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_IMPLEMENTATION_H
#define EL__ECMASCRIPT_SPIDERMONKEY_IMPLEMENTATION_H
#include "ecmascript/spidermonkey/util.h"
JSObject *getImplementation(JSContext *ctx);
#endif