aboutsummaryrefslogtreecommitdiffstats
path: root/g13/runner.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-07-23 11:53:20 +0000
committerWerner Koch <[email protected]>2024-07-23 11:53:20 +0000
commit8b1f35a78f01cae97ddfe52708743d07ed42b07f (patch)
treec296a27d01306b7bfc9db692cc2add0c43a79e93 /g13/runner.h
parentRevert "speedo: Use remote gitrep if local does not exist" (diff)
downloadgnupg-8b1f35a78f01cae97ddfe52708743d07ed42b07f.tar.gz
gnupg-8b1f35a78f01cae97ddfe52708743d07ed42b07f.zip
g13: Finish migration to gpgrt_process_spawn API
-- Fixes-commit: 953dd67368ceaeb8b42cfb8f9b5f3c4de8afdbe0
Diffstat (limited to 'g13/runner.h')
-rw-r--r--g13/runner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/runner.h b/g13/runner.h
index 01c395e02..c867ba7e7 100644
--- a/g13/runner.h
+++ b/g13/runner.h
@@ -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,