mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix forkandexec() prototype.
This commit is contained in:
parent
44c5c21078
commit
2b8970a324
@ -22,7 +22,7 @@ struct shellinfo {
|
||||
struct backend;
|
||||
struct slap_conn;
|
||||
struct slap_op;
|
||||
extern int forkandexec LDAP_P((char **args, FILE **rfp, FILE **wfp));
|
||||
extern pid_t forkandexec LDAP_P((char **args, FILE **rfp, FILE **wfp));
|
||||
extern void print_suffixes LDAP_P((FILE *fp, struct backend *be));
|
||||
extern int read_and_send_results LDAP_P((struct backend *be,
|
||||
struct slap_conn *conn, struct slap_op *op,
|
||||
|
Loading…
Reference in New Issue
Block a user