2004-03-23 Marcus Brinkmann <marcus@g10code.de>

* gpgconf-comp.c (gc_flag): Add missing flags.
This commit is contained in:
Marcus Brinkmann 2004-03-23 12:33:59 +00:00
parent 0c36e10633
commit fc584a063d
2 changed files with 7 additions and 2 deletions

View File

@ -1,12 +1,14 @@
2004-03-23 Marcus Brinkmann <marcus@g10code.de>
* gpgconf-comp.c (gc_flag): Add missing flags.
* gpgconf-comp.c: Include <signal.h>.
(gc_backend): Add new member runtime_change.
(gpg_agent_runtime_change): New function.
(gc_component_change_options): New variable runtime. Initialize
it. If an option is changed that has the GC_OPT_FLAG_RUNTIME bit
set, also set the corresponding runtime variable. Finally, call
the runtime_change callback of the backend if needed.
the runtime_change callback of the backend if needed.
2004-03-16 Werner Koch <wk@gnupg.org>

View File

@ -336,7 +336,10 @@ static struct
{ "group" },
{ "optional arg" },
{ "list" },
{ "runtime" }
{ "runtime" },
{ "default" },
{ "default desc" },
{ "no arg desc" }
};