2005-08-26 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Fri, 26 Aug 2005 14:53:55 +0000 (14:53 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Fri, 26 Aug 2005 14:53:55 +0000 (14:53 +0000)
commit9f952a5a0b6876814d43495f077aa114eec352d7
tree3b5131c781c616ae4468806bbcab189d446d403e
parent82a0c97250995ef82144422a48cc066018790020
2005-08-26  Marcus Brinkmann  <marcus@g10code.de>

* engine.h (engine_command_handler_t): Add new argument processed.
* ops.h (_gpgme_passphrase_command_handler_internal): Rename
prototype to ...
(_gpgme_passphrase_command_handler): ... this one.
* passphrase.c (_gpgme_passphrase_command_handler_internal):
Rename to ...
(_gpgme_passphrase_command_handler): ... this one.
* edit.c (command_handler): Add new argument processed.  Remove
local variable with the same name.  Always return processed as
true.
* rungpg.c (command_handler): Send a newline character if the
handler did not.
TODO
gpgme/ChangeLog
gpgme/edit.c
gpgme/engine.h
gpgme/ops.h
gpgme/passphrase.c
gpgme/rungpg.c