3 void pygnash_register_classes (PyObject
*d
);
5 extern PyMethodDef pygnash_functions
[];
14 m
= Py_InitModule ("gnash", pygnash_functions
);
15 d
= PyModule_GetDict (m
);
17 pygnash_register_classes (d
);
19 if (PyErr_Occurred ()) {
20 Py_FatalError ("can't initialise module gnash");