From ed84b0f787a48fe2cfdd55b3acf70ca6b4732291 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 6 Mar 2007 20:44:41 +0000 Subject: Support for a global gpgconf configuration file. --- tools/gpgconf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/gpgconf.h') 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*/ -- cgit v1.2.3