mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
00db3c9d76
Code at least is compilable.
11 lines
184 B
C
11 lines
184 B
C
#ifndef EL__ECMASCRIPT_MUJS_INPUT_H
|
|
#define EL__ECMASCRIPT_MUJS_INPUT_H
|
|
|
|
#include <mujs.h>
|
|
|
|
struct form_state;
|
|
|
|
void mjs_push_input_object(js_State *J, struct form_state *fs);
|
|
|
|
#endif
|