0
0
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:
Miciah Dashiel Butler Masters
2006-02-26 08:51:36 +00:00
committed by Miciah Dashiel Butler Masters
parent 368504f736
commit 4b3d88dd6e
6 changed files with 14 additions and 42 deletions

View File

@@ -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);