diff options
Diffstat (limited to 'tools/gpgconf.h')
-rw-r--r-- | tools/gpgconf.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/gpgconf.h b/tools/gpgconf.h index e99042fe1..39d34b6d0 100644 --- a/tools/gpgconf.h +++ b/tools/gpgconf.h @@ -72,7 +72,8 @@ void gc_component_retrieve_options (int component); void gc_component_list_options (int component, estream_t out); /* Read the modifications from IN and apply them. */ -void gc_component_change_options (int component, estream_t in, estream_t out); +void gc_component_change_options (int component, estream_t in, estream_t out, + int verbatim); /* Check the options of a single component. Returns 0 if everything is OK. */ @@ -83,5 +84,8 @@ int gc_component_check_options (int component, estream_t out, int gc_process_gpgconf_conf (const char *fname, int update, int defaults, estream_t listfp); +/* Apply a profile. */ +gpg_error_t gc_apply_profile (const char *fname); + #endif /*GPGCONF_H*/ |