mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
10 lines
213 B
C
10 lines
213 B
C
#ifndef EL__ECMASCRIPT_QUICKJS_DOCUMENT_H
|
|
#define EL__ECMASCRIPT_QUICKJS_DOCUMENT_H
|
|
|
|
#include <quickjs/quickjs.h>
|
|
|
|
JSValue getDocument(JSContext *ctx, void *doc);
|
|
JSValue js_document_init(JSContext *ctx);
|
|
|
|
#endif
|