0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[console.log] Global variable to store console_log_filename

This commit is contained in:
Witold Filipczyk
2021-02-22 15:55:12 +01:00
parent 4db2b42799
commit bc7a1ae6ad
3 changed files with 12 additions and 8 deletions

View File

@@ -109,6 +109,7 @@ void ecmascript_set_timeout2(struct ecmascript_interpreter *interpreter, JS::Han
int get_ecmascript_enable(struct ecmascript_interpreter *interpreter);
extern char *console_log_filename;
extern struct module ecmascript_module;
#endif