1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[quickjs] Missing file

This commit is contained in:
Witold Filipczyk 2022-11-03 14:49:00 +01:00
parent aa8e3475e8
commit 7724b18bc2

View File

@ -0,0 +1,8 @@
#ifndef EL__ECMASCRIPT_QUICKJS_XHR_H
#define EL__ECMASCRIPT_QUICKJS_XHR_H
#include <quickjs/quickjs.h>
int js_xhr_init(JSContext *ctx);
#endif