Skip to content
Snippets Groups Projects
Commit 2b8970a3 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix forkandexec() prototype.

parent 44c5c210
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment