We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbe614 commit 5b2d2f9Copy full SHA for 5b2d2f9
1 file changed
Modules/ldapmodule.c
@@ -37,7 +37,7 @@ static PyMethodDef methods[] = {
37
38
39
/* Common initialization code */
40
-PyObject* init_ldap_module()
+PyObject* init_ldap_module(void)
41
{
42
PyObject *m, *d;
43
0 commit comments