1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
elinks/src/scripting/smjs/terminal_object.h

11 lines
218 B
C
Raw Normal View History

#ifndef EL__SCRIPTING_SMJS_TERMINAL_OBJECT_H
#define EL__SCRIPTING_SMJS_TERMINAL_OBJECT_H
struct terminal;
JSObject *smjs_get_terminal_object(struct terminal *term);
void smjs_init_terminal_interface(void);
#endif