repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ELinks 0.12pre1
[elinks/elinks-j605.git]
/
src
/
scripting
/
scripting.h
blob
a746517f4b8ae9ac5853cbfce9e8e456f28b687c
1
#ifndef EL__SCRIPTING_SCRIPTING_H
2
#define EL__SCRIPTING_SCRIPTING_H
3
4
#ifdef CONFIG_SCRIPTING
5
6
struct
module
;
7
struct
session
;
8
9
void
10
report_scripting_error
(
struct
module
*
module
,
struct
session
*
ses
,
11
unsigned char
*
msg
);
12
13
extern
struct
module scripting_module
;
14
15
#endif
16
17
#endif