aboutsummaryrefslogtreecommitdiffstats
path: root/g13/runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'g13/runner.h')
-rw-r--r--g13/runner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/g13/runner.h b/g13/runner.h
index 0152f22e4..88ebc7d2d 100644
--- a/g13/runner.h
+++ b/g13/runner.h
@@ -57,6 +57,9 @@ gpg_error_t runner_spawn (runner_t runner);
/* Cancel a runner. */
void runner_cancel (runner_t runner);
+/* Cancel all runner. */
+void runner_cancel_all (void);
+
/* Send data back to the engine. This function is used by the
engine's handler. */
gpg_error_t runner_send_line (runner_t runner,