]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Update forkandexec() prototype.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 2 Feb 1999 14:23:07 +0000 (14:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 2 Feb 1999 14:23:07 +0000 (14:23 +0000)
servers/slapd/back-shell/shell.h

index 200515e42b1b20787c228a3fa2af6ec43a3ae917..6860073c673154ddffe8904fbc2d164205bbd058 100644 (file)
@@ -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,