aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-24 17:48:45 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-24 17:48:45 +0200
commit42d6a2f5572a7b9c5c8d11dc9af6a73c6daa1233 (patch)
tree15df7d1d364e66f2c0b798f083615afdcfb8ebc7 /doc/info
parentmds-clipboard: improve wipe_and_free (diff)
downloadmds-42d6a2f5572a7b9c5c8d11dc9af6a73c6daa1233.tar.gz
mds-42d6a2f5572a7b9c5c8d11dc9af6a73c6daa1233.tar.bz2
mds-42d6a2f5572a7b9c5c8d11dc9af6a73c6daa1233.tar.xz
update info manual for the new parameter in construct_error_message
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r--doc/info/mds.texinfo4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo
index 9fe6382..12cde09 100644
--- a/doc/info/mds.texinfo
+++ b/doc/info/mds.texinfo
@@ -6901,7 +6901,7 @@ to terminated the string, but @code{192 128} is not.}
This function returns zero if the @code{string} is
properly formatted, and @code{-1} otherwise.
-@item @code{construct_error_message} [(@code{const char* restrict recv_client_id, const char* restrict recv_message_id, int custom, int errnum, const char* restrict message, char** restrict send_buffer, size_t* restrict send_buffer_size}) @arrow{} @code{size_t}]
+@item @code{construct_error_message} [(@code{const char* restrict recv_client_id, const char* restrict recv_message_id, int custom, int errnum, const char* restrict message, char** restrict send_buffer, size_t* restrict send_buffer_size, uint32_t message_id}) @arrow{} @code{size_t}]
@cpindex @code{construct_error_message}
@cpindex Error management
This function constructs an error message to be sent to
@@ -6946,6 +6946,8 @@ Pointer to the allocation size of @code{*send_buffer},
it should contain the current size of @code{*send_buffer}
and will be updated with the new size. Must not be
@code{NULL}
+@item message_id
+The message ID of the message that is being constructed.
@end table
It is not allowed to have a negative value on