3 void ephyhistory_register_classes (PyObject
*d
);
4 extern PyMethodDef ephyhistory_functions
[];
13 m
= Py_InitModule ("ephyhistory", ephyhistory_functions
);
14 d
= PyModule_GetDict (m
);
16 ephyhistory_register_classes (d
);
18 if (PyErr_Occurred ()) {
19 Py_FatalError ("can't initialise module ephyhistory");