mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Replace pipe+gnupg_spawn_process_fd by gnupg_process_spawn.
-- For g13. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
2227411d77
commit
d579fa1b04
5 changed files with 45 additions and 56 deletions
|
@ -49,7 +49,7 @@ runner_t runner_find_by_rid (unsigned int rid);
|
|||
/* Functions to set properties of the runner. */
|
||||
void runner_set_fds (runner_t runner, int in_fd, int out_fd);
|
||||
|
||||
void runner_set_pid (runner_t runner, pid_t pid);
|
||||
void runner_set_proc (runner_t runner, gnupg_process_t proc);
|
||||
|
||||
/* Register the handler functions with a runner. */
|
||||
void runner_set_handler (runner_t runner,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue