2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

simplify iterator

This commit is contained in:
Todd C. Miller
2018-02-10 04:29:43 -07:00
parent 6e2a267060
commit 34820c6b15
4 changed files with 10 additions and 15 deletions

View File

@@ -17,7 +17,7 @@
#ifndef SUDOERS_LDAP_H
#define SUDOERS_LDAP_H
typedef char * (*sudo_ldap_iter_t)(void *, void **);
typedef char * (*sudo_ldap_iter_t)(void **);
bool sudo_ldap_is_negated(char **valp);
int sudo_ldap_parse_option(char *optstr, char **varp, char **valp);