-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
stroeder
authored and
Petr Viktorin
committed
Nov 22, 2017
1 parent
25f8e6c
commit c25fe47
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| /* See https://www.python-ldap.org/ for details. */ | ||
|
|
||
| int LDAP_optionval_by_name(const char *name); | ||
| int LDAP_set_option(LDAPObject *self, int option, PyObject *value); | ||
| int LDAP_optionval_by_name(const char *name); | ||
| int LDAP_set_option(LDAPObject *self, int option, PyObject *value); | ||
| PyObject *LDAP_get_option(LDAPObject *self, int option); | ||
|
|
||
| void set_timeval_from_double( struct timeval *tv, double d ); |