-implementing new DNS client API
[oweals/gnunet.git] / src / include / gnunet_fragmentation_lib.h
index 06022e093d2e5b11d1de3e01302c2c6dad3049de..a953bd2b131dc67a613f4635432748ba2b8bd343 100644 (file)
@@ -154,7 +154,7 @@ typedef void (*GNUNET_DEFRAGMENT_AckProcessor) (void *cls, uint32_t id,
  * Create a defragmentation context.
  *
  * @param stats statistics context
- * @param mtu the maximum message size for each fragment 
+ * @param mtu the maximum message size for each fragment
  * @param num_msgs how many fragmented messages
  *                 to we defragment at most at the same time?
  * @param cls closure for proc and ackp