Skip to content

Commit

Permalink
Make init_ldap_module definition a strict prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <cheimes@redhat.com>
  • Loading branch information
Christian Heimes committed Nov 29, 2017
1 parent bdbe614 commit 5b2d2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ldapmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static PyMethodDef methods[] = {


/* Common initialization code */
PyObject* init_ldap_module()
PyObject* init_ldap_module(void)
{
PyObject *m, *d;

Expand Down

0 comments on commit 5b2d2f9

Please sign in to comment.