Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b5e05e95c3d336ba1b5fde7a6a55e4c92e508da6
/
.
/
Include
/
modsupport.h
blob: db63eb5dc61dc4ef345b49729bf1b0384e1544bb [
file
] [
log
] [
blame
]
/* Module support interface */
extern
object
*
initmodule PROTO
((
char
*,
struct
methodlist
*));