diff options
author | Werner Koch <wk@gnupg.org> | 2007-03-06 21:44:41 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-03-06 21:44:41 +0100 |
commit | ed84b0f787a48fe2cfdd55b3acf70ca6b4732291 (patch) | |
tree | 24607f518b4e1064785728d8efcdfb3971d69f56 /tools/gpgconf.h | |
parent | Ported multiple-messages protection. (diff) | |
download | gnupg2-ed84b0f787a48fe2cfdd55b3acf70ca6b4732291.tar.xz gnupg2-ed84b0f787a48fe2cfdd55b3acf70ca6b4732291.zip |
Support for a global gpgconf configuration file.
Diffstat (limited to 'tools/gpgconf.h')
-rw-r--r-- | tools/gpgconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gpgconf.h b/tools/gpgconf.h index c083c26aa..b3ff258b0 100644 --- a/tools/gpgconf.h +++ b/tools/gpgconf.h @@ -56,4 +56,8 @@ void gc_component_list_options (int component, FILE *out); /* Read the modifications from IN and apply them. */ void gc_component_change_options (int component, FILE *in); +/* Process global configuration file. */ +int gc_process_gpgconf_conf (const char *fname, int update, int defaults); + + #endif /*GPGCONF_H*/ |