mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
11 lines
218 B
C
11 lines
218 B
C
|
#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
|