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
/
keybinding.h
blob
b309420ffe86a30301a674dd2bcdce6cdf2e0032
1
#ifndef EL__SCRIPTING_SMJS_KEYBINDING_H
2
#define EL__SCRIPTING_SMJS_KEYBINDING_H
3
4
#include
"ecmascript/spidermonkey/util.h"
5
6
void
smjs_init_keybinding_interface
(
void
);
7
8
#endif