mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
[quickjs] Missing file
This commit is contained in:
parent
aa8e3475e8
commit
7724b18bc2
8
src/ecmascript/quickjs/xhr.h
Normal file
8
src/ecmascript/quickjs/xhr.h
Normal 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
|
Loading…
Reference in New Issue
Block a user