From 7c03c8cc65e68f1d77a5a5a497025191fe5df5e9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 23 Feb 2011 10:15:34 +0100 Subject: Lock scdaemon to CCID if once found. This solves a problem where ccid was used, the card unplugged and then scdaemon tries to find a new (plugged in) reader and thus will eventually try PC/SC over and over again. Also added an explicit --kill command to gpgconf. --- tools/gpgconf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/gpgconf.h') diff --git a/tools/gpgconf.h b/tools/gpgconf.h index 3b8d80b0e..9caa0d490 100644 --- a/tools/gpgconf.h +++ b/tools/gpgconf.h @@ -44,6 +44,9 @@ char *gc_percent_escape (const char *src); void gc_error (int status, int errnum, const char *fmt, ...); +/* Kill given component. */ +void gc_component_kill (int component); + /* Reload given component. */ void gc_component_reload (int component); -- cgit v1.2.3