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

9 lines
165 B
C
Raw Normal View History

2021-10-22 10:10:40 -04:00
#ifndef EL__ECMASCRIPT_QUICKJS_LOCATION_H
#define EL__ECMASCRIPT_QUICKJS_LOCATION_H
#include <quickjs/quickjs.h>
JSValue js_location_init(JSContext *ctx);
2021-10-22 10:10:40 -04:00
#endif