mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
New command --check-programs for gpgconf.
This commit is contained in:
parent
f268889b8f
commit
b13587ef16
17 changed files with 267 additions and 25 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue