diff options
author | Werner Koch <[email protected]> | 2002-08-21 11:11:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-08-21 11:11:04 +0000 |
commit | cda3b913dbf23cab6829852022584fa510b57fa6 (patch) | |
tree | eb6512398a06e17135e4204674f4c071b54061d0 /agent/agent.h | |
parent | use setlocale(). (diff) | |
download | gnupg-NEWPG-0-9-0.tar.gz gnupg-NEWPG-0-9-0.zip |
* query.c (agent_askpin): Hack to show the right default prompt.NEWPG-0-9-0
(agent_get_passphrase): Ditto.
* Makefile.am: Renamed the binary protect-tool to gpg-protect-tool.
* protect-tool.c: Removed the note about internal use only.
* gpg-agent.c (main): New option --daemon so that the program is
not accidently started in the background.
Diffstat (limited to '')
-rw-r--r-- | agent/agent.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/agent/agent.h b/agent/agent.h index 4446cf206..51ab19800 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -107,9 +107,6 @@ enum { /*-- gpg-agent.c --*/ void agent_exit (int rc); /* also implemented in other tools */ -/*-- trans.c --*/ -const char *trans (const char *text); - /*-- command.c --*/ void start_command_handler (int, int); |