mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
Delegate ECMAScript submodule initialisation the right way
Replace the ECMAScript module initialisation and de-initialisation routines that wrapped the SMJS and SEE module initialisation and de-initialisation routines by having the module system call the SMJS and SEE routines its own darned self.
This commit is contained in:
committed by
Miciah Dashiel Butler Masters
parent
368504f736
commit
4b3d88dd6e
@@ -68,8 +68,6 @@ int ecmascript_eval_boolback(struct ecmascript_interpreter *interpreter, struct
|
||||
* follows a link with this synstax. */
|
||||
void ecmascript_protocol_handler(struct session *ses, struct uri *uri);
|
||||
|
||||
void ecmascript_init(struct module *);
|
||||
void ecmascript_done(struct module *);
|
||||
void ecmascript_timeout_dialog(struct terminal *term, int max_exec_time);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user