mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
11 lines
205 B
C
11 lines
205 B
C
#ifndef EL__ECMASCRIPT_QUICKJS_INPUT_H
|
|
#define EL__ECMASCRIPT_QUICKJS_INPUT_H
|
|
|
|
#include <quickjs/quickjs.h>
|
|
|
|
struct form_state;
|
|
|
|
JSValue js_get_input_object(JSContext *ctx, struct form_state *fs);
|
|
|
|
#endif
|