aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_logger_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testbed_logger_service.h')
-rw-r--r--src/include/gnunet_testbed_logger_service.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/gnunet_testbed_logger_service.h b/src/include/gnunet_testbed_logger_service.h
index c8b4b7762..084d88387 100644
--- a/src/include/gnunet_testbed_logger_service.h
+++ b/src/include/gnunet_testbed_logger_service.h
@@ -87,10 +87,6 @@ typedef void (*GNUNET_TESTBED_LOGGER_FlushCompletion) (void *cls, size_t size);
87 * @param h the logger handle 87 * @param h the logger handle
88 * @param data the data to send; 88 * @param data the data to send;
89 * @param size how many bytes of data to send 89 * @param size how many bytes of data to send
90 * @param cb the callback to be called upon completion of the send request
91 * @param cb_cls the closure for the above callback
92 * @return the send handle which can used for cancelling the send operation.
93 * Will be invalid if upon call to completion callback
94 */ 90 */
95void 91void
96GNUNET_TESTBED_LOGGER_write (struct GNUNET_TESTBED_LOGGER_Handle *h, 92GNUNET_TESTBED_LOGGER_write (struct GNUNET_TESTBED_LOGGER_Handle *h,