mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
g13: Finish migration to gpgrt_process_spawn API
--
Fixes-commit: 953dd67368
This commit is contained in:
parent
62384ba556
commit
8b1f35a78f
2 changed files with 10 additions and 10 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_proc (runner_t runner, gnupg_process_t proc);
|
||||
void runner_set_proc (runner_t runner, gpgrt_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