mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix forkandexec() prototype.
This commit is contained in:
parent
44c5c21078
commit
2b8970a324
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue