summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/assuan.texi2
2 files changed, 6 insertions, 1 deletions
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@g10code.com>
+
+ * assuan.texi (Client code): mention assuan_send_data() instead of
+ assuan_write_data().
+
2007-09-03 Marcus Brinkmann <marcus@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.