[Pkg-gnupg-commit] [libassuan] 203/437: 2007-09-07 Moritz Schulte <moritz at g10code.com>

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit b1495f87750dc39cd6a31bc5e6b3ff0c45e18405
Author: Moritz Schulte <mo at g10code.com>
Date:   Thu Sep 6 22:37:22 2007 +0000

    2007-09-07  Moritz Schulte  <moritz at g10code.com>
    
    	* assuan.texi (Client code): mention assuan_send_data() instead of
    	assuan_write_data().
---
 doc/ChangeLog   | 5 +++++
 doc/assuan.texi | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/ChangeLog b/doc/ChangeLog
index edd985e..7f47266 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-07  Moritz Schulte  <moritz at g10code.com>
+
+	* assuan.texi (Client code): mention assuan_send_data() instead of
+	assuan_write_data().
+
 2007-09-03  Marcus Brinkmann  <marcus at g10code.de>
 
 	* assuan.texi: Fix prototype and documentation for
diff --git a/doc/assuan.texi b/doc/assuan.texi
index 8bc72c4..c3b965b 100644
--- a/doc/assuan.texi
+++ b/doc/assuan.texi
@@ -771,7 +771,7 @@ more documentation].
 @var{inquire_cb} is called by Libassuan when the server requests
 additional information from the client while processing the command.
 This callback shall check the provided inquiry name and send the data
-as requested back using the @code{assuan_write_data}.  The server
+as requested back using the @code{assuan_send_data}.  The server
 passed @var{inquiry_cb_arg} along with the inquiry name to the
 callback.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list