Fix forkandexec() prototype.

This commit is contained in:
Kurt Zeilenga 1999-02-04 19:01:21 +00:00
parent 44c5c21078
commit 2b8970a324

View 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,