mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
9 lines
181 B
C
9 lines
181 B
C
|
#ifndef EL__ECMASCRIPT_QUICKJS_LOCATION_H
|
||
|
#define EL__ECMASCRIPT_QUICKJS_LOCATION_H
|
||
|
|
||
|
#include <quickjs/quickjs.h>
|
||
|
|
||
|
int js_location_init(JSContext *ctx, JSValue global_obj);
|
||
|
|
||
|
#endif
|