aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-10-23 18:13:27 +0000
committerWerner Koch <[email protected]>2007-10-23 18:13:27 +0000
commitfca02368da72f42f84e328ecbef04c40b2bfa4fb (patch)
tree5e79b188e8c6860497169c8a894405b0bc0c4930 /tools/gpgconf.h
parentFixed wrong entry in the gpg-agent table. (diff)
downloadgnupg-fca02368da72f42f84e328ecbef04c40b2bfa4fb.tar.gz
gnupg-fca02368da72f42f84e328ecbef04c40b2bfa4fb.zip
New option --list-config for gpgconf.
Diffstat (limited to '')
-rw-r--r--tools/gpgconf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/gpgconf.h b/tools/gpgconf.h
index f0d3c599d..2f4bd5216 100644
--- a/tools/gpgconf.h
+++ b/tools/gpgconf.h
@@ -37,6 +37,8 @@ struct
/*-- gpgconf-comp.c --*/
+void gc_error (int status, int errnum, const char *fmt, ...);
+
/* List all components that are available. */
void gc_component_list_components (FILE *out);
@@ -58,7 +60,8 @@ void gc_component_list_options (int component, FILE *out);
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);
+int gc_process_gpgconf_conf (const char *fname, int update, int defaults,
+ FILE *listfp);
#endif /*GPGCONF_H*/