Retry only for https protocol
[elinks.git] / src / scripting / smjs / terminal_object.h
blob59d6d7f02c779e4b5b70e3554fd00c8b506e4541
1 #ifndef EL__SCRIPTING_SMJS_TERMINAL_OBJECT_H
2 #define EL__SCRIPTING_SMJS_TERMINAL_OBJECT_H
4 struct terminal;
6 JSObject *smjs_get_terminal_object(struct terminal *term);
8 void smjs_init_terminal_interface(void);
10 #endif