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
/
dialogs.h
blob
8f203d150244295cd92506d96e4d43cd86776141
1
#ifndef EL__SCRIPTING_PYTHON_DIALOGS_H
2
#define EL__SCRIPTING_PYTHON_DIALOGS_H
3
4
#include <Python.h>
5
6
int
python_init_dialogs_interface
(
PyObject
*
dict
,
PyObject
*
name
);
7
8
#endif