From 8b1f35a78f01cae97ddfe52708743d07ed42b07f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 23 Jul 2024 13:53:20 +0200 Subject: g13: Finish migration to gpgrt_process_spawn API -- Fixes-commit: 953dd67368ceaeb8b42cfb8f9b5f3c4de8afdbe0 --- g13/runner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g13/runner.h') 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, -- cgit v1.2.3