aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_server_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-23 14:26:58 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-23 14:26:58 +0000
commit32815bdd3dfc7cd4adb88abb8db0a62da7a4d698 (patch)
treeab56ddab89ed4a19dad7785e75ac7b19673385b0 /src/include/gnunet_server_lib.h
parent13a7da212738f9c76c0772ca7726f91885e588d2 (diff)
downloadgnunet-32815bdd3dfc7cd4adb88abb8db0a62da7a4d698.tar.gz
gnunet-32815bdd3dfc7cd4adb88abb8db0a62da7a4d698.zip
doxy
Diffstat (limited to 'src/include/gnunet_server_lib.h')
-rw-r--r--src/include/gnunet_server_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_server_lib.h b/src/include/gnunet_server_lib.h
index 9649b1776..fb6713b84 100644
--- a/src/include/gnunet_server_lib.h
+++ b/src/include/gnunet_server_lib.h
@@ -544,8 +544,6 @@ typedef void (*GNUNET_SERVER_MessageTokenizerCallback) (void *cls,
544 * 544 *
545 * @param maxbuf maximum message size to support (typically 545 * @param maxbuf maximum message size to support (typically
546 * GNUNET_SERVER_MAX_MESSAGE_SIZE) 546 * GNUNET_SERVER_MAX_MESSAGE_SIZE)
547 * @param client_identity ID of client for which this is a buffer,
548 * can be NULL (will be passed back to 'cb')
549 * @param cb function to call on completed messages 547 * @param cb function to call on completed messages
550 * @param cb_cls closure for cb 548 * @param cb_cls closure for cb
551 * @return handle to tokenizer 549 * @return handle to tokenizer
@@ -561,6 +559,8 @@ GNUNET_SERVER_mst_create (size_t maxbuf,
561 * callback for all complete messages. 559 * callback for all complete messages.
562 * 560 *
563 * @param mst tokenizer to use 561 * @param mst tokenizer to use
562 * @param client_identity ID of client for which this is a buffer,
563 * can be NULL (will be passed back to 'cb')
564 * @param buf input data to add 564 * @param buf input data to add
565 * @param size number of bytes in buf 565 * @param size number of bytes in buf
566 * @param purge should any excess bytes in the buffer be discarded 566 * @param purge should any excess bytes in the buffer be discarded