9 lines
99 B
C
9 lines
99 B
C
#ifndef QJS_HTTP_H
|
|
#define QJS_HTTP_H
|
|
|
|
#include "cell.h"
|
|
|
|
JSValue js_http_use(JSContext*);
|
|
|
|
#endif
|