mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
2004-03-23 Marcus Brinkmann <marcus@g10code.de>
* gpgconf-comp.c (gc_flag): Add missing flags.
This commit is contained in:
parent
0c36e10633
commit
fc584a063d
@ -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>
|
||||
|
||||
|
@ -336,7 +336,10 @@ static struct
|
||||
{ "group" },
|
||||
{ "optional arg" },
|
||||
{ "list" },
|
||||
{ "runtime" }
|
||||
{ "runtime" },
|
||||
{ "default" },
|
||||
{ "default desc" },
|
||||
{ "no arg desc" }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user