summaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-03-03 10:02:58 +0100
committerWerner Koch <wk@gnupg.org>2009-03-03 10:02:58 +0100
commitc20b3db108b090b7b34f48a6085a6824fc4db715 (patch)
treecbedc554619505de2750785252791c51a563bce2 /tools/gpgconf.h
parentAdd missing option strings. (diff)
downloadgnupg2-c20b3db108b090b7b34f48a6085a6824fc4db715.tar.xz
gnupg2-c20b3db108b090b7b34f48a6085a6824fc4db715.zip
Add --reload command to gpgconf.
Fix a problem in exechelp.c Get ready for a release.
Diffstat (limited to 'tools/gpgconf.h')
-rw-r--r--tools/gpgconf.h3
1 files changed, 3 insertions, 0 deletions
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);