summaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.h
diff options
context:
space:
mode:
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 59900b185..f0d3c599d 100644
--- a/tools/gpgconf.h
+++ b/tools/gpgconf.h
@@ -40,6 +40,9 @@ struct
/* List all components that are available. */
void gc_component_list_components (FILE *out);
+/* List all programs along with their status. */
+void gc_component_check_programs (FILE *out);
+
/* Find the component with the name NAME. Returns -1 if not
found. */
int gc_component_find (const char *name);