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

Update forkandexec() prototype.

parent 6be614b6
No related merge requests found
...@@ -22,7 +22,7 @@ struct shellinfo { ...@@ -22,7 +22,7 @@ struct shellinfo {
struct backend; struct backend;
struct slap_conn; struct slap_conn;
struct slap_op; 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 void print_suffixes LDAP_P((FILE *fp, struct backend *be));
extern int read_and_send_results LDAP_P((struct backend *be, extern int read_and_send_results LDAP_P((struct backend *be,
struct slap_conn *conn, struct slap_op *op, 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