From c20b3db108b090b7b34f48a6085a6824fc4db715 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 3 Mar 2009 09:02:58 +0000 Subject: Add --reload command to gpgconf. Fix a problem in exechelp.c Get ready for a release. --- 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 39d2d097b..be9172aa6 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, ...); +/* Reload given component. */ +void gc_component_reload (int component); + /* List all components that are available. */ void gc_component_list_components (FILE *out); -- cgit v1.2.3