aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpgconf.h')
-rw-r--r--tools/gpgconf.h4
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*/