diff options
author | Werner Koch <wk@gnupg.org> | 2007-08-29 11:51:37 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-08-29 11:51:37 +0200 |
commit | b13587ef167d58f960270fbcef674d8c919ba8dc (patch) | |
tree | f8ec6df5208e0f6dc50941d2f833ee2b3803e7ba /tools/gpgconf.h | |
parent | Add more passphrase policy rules. (diff) | |
download | gnupg2-b13587ef167d58f960270fbcef674d8c919ba8dc.tar.xz gnupg2-b13587ef167d58f960270fbcef674d8c919ba8dc.zip |
New command --check-programs for gpgconf.
Diffstat (limited to 'tools/gpgconf.h')
-rw-r--r-- | tools/gpgconf.h | 3 |
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); |