Retry only for https protocol
[elinks.git] / src / scripting / scripting.h
bloba746517f4b8ae9ac5853cbfce9e8e456f28b687c
1 #ifndef EL__SCRIPTING_SCRIPTING_H
2 #define EL__SCRIPTING_SCRIPTING_H
4 #ifdef CONFIG_SCRIPTING
6 struct module;
7 struct session;
9 void
10 report_scripting_error(struct module *module, struct session *ses,
11 unsigned char *msg);
13 extern struct module scripting_module;
15 #endif
17 #endif