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
/
smjs
/
action_object.h
blob
189b0d3f6b7042e1a8effa3850531bf434776a88
1
#ifndef EL__SCRIPTING_SMJS_ACTION_OBJECT_H
2
#define EL__SCRIPTING_SMJS_ACTION_OBJECT_H
3
4
void
smjs_init_action_interface
(
void
);
5
6
#endif