[svn] assuan - r256 - trunk/doc

svn author mo cvs at cvs.gnupg.org
Fri Sep 7 00:37:53 CEST 2007


Author: mo
Date: 2007-09-07 00:37:22 +0200 (Fri, 07 Sep 2007)
New Revision: 256

Modified:
   trunk/doc/ChangeLog
   trunk/doc/assuan.texi
Log:
2007-09-07  Moritz Schulte  <moritz at g10code.com>

	* assuan.texi (Client code): mention assuan_send_data() instead of
	assuan_write_data().


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2007-09-05 16:02:37 UTC (rev 255)
+++ trunk/doc/ChangeLog	2007-09-06 22:37:22 UTC (rev 256)
@@ -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

Modified: trunk/doc/assuan.texi
===================================================================
--- trunk/doc/assuan.texi	2007-09-05 16:02:37 UTC (rev 255)
+++ trunk/doc/assuan.texi	2007-09-06 22:37:22 UTC (rev 256)
@@ -771,7 +771,7 @@
 @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.
 




More information about the Gnupg-commits mailing list