mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Support for a global gpgconf configuration file.
This commit is contained in:
parent
9491ab44c5
commit
ed84b0f787
13 changed files with 848 additions and 119 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue