1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/ecmascript/spidermonkey/input.h
2021-11-01 16:58:38 +01:00

11 lines
227 B
C

#ifndef EL__ECMASCRIPT_SPIDERMONKEY_INPUT_H
#define EL__ECMASCRIPT_SPIDERMONKEY_INPUT_H
#include "ecmascript/spidermonkey/util.h"
struct form_state;
JSObject *get_input_object(JSContext *ctx, struct form_state *fs);
#endif