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
/
python
/
python.h
blob
268421ae82a248099a78b62fa8cc23a93ac22c40
1
2
#ifndef EL__SCRIPTING_PYTHON_PYTHON_H
3
#define EL__SCRIPTING_PYTHON_PYTHON_H
4
5
struct
module
;
6
7
extern
struct
module python_scripting_module
;
8
9
#endif