From b1495f87750dc39cd6a31bc5e6b3ff0c45e18405 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Thu, 6 Sep 2007 22:37:22 +0000 Subject: 2007-09-07 Moritz Schulte * 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 + + * assuan.texi (Client code): mention assuan_send_data() instead of + assuan_write_data(). + 2007-09-03 Marcus Brinkmann * 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. -- cgit v1.2.3