ANSIfy some more forward declarations.

This commit is contained in:
Thomas Wouters 2000-07-24 14:43:35 +00:00
parent 8ec68fded2
commit 58d0510245
8 changed files with 13 additions and 13 deletions

View file

@ -786,7 +786,7 @@ static PyMethodDef bsddbmodule_methods[] = {
};
DL_EXPORT(void)
initbsddb() {
initbsddb(void) {
PyObject *m, *d;
Bsddbtype.ob_type = &PyType_Type;