1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/ecmascript/quickjs/collection.h
2021-10-27 18:10:04 +02:00

9 lines
178 B
C

#ifndef EL__ECMASCRIPT_QUICKJS_COLLECTION_H
#define EL__ECMASCRIPT_QUICKJS_COLLECTION_H
#include <quickjs/quickjs.h>
JSValue getCollection(JSContext *ctx, void *node);
#endif