mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Update forkandexec() prototype.
This commit is contained in:
parent
6be614b62b
commit
03c442640e
@ -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