aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_stream_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_stream_lib.h')
-rw-r--r--src/include/gnunet_stream_lib.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h
index 47486d76b..404844bce 100644
--- a/src/include/gnunet_stream_lib.h
+++ b/src/include/gnunet_stream_lib.h
@@ -124,10 +124,9 @@ enum GNUNET_STREAM_Option
124 GNUNET_STREAM_OPTION_LISTEN_TIMEOUT, 124 GNUNET_STREAM_OPTION_LISTEN_TIMEOUT,
125 125
126 /** 126 /**
127 * Option to register a callback when stream listening is 127 * Option to register a callback when stream listening is successfull. Takes
128 * successfull. Takes parameter of the form 128 * parameter of the form GNUNET_STREAM_ListenSuccessCallback. The callback
129 * GNUNET_STREAM_ListenSuccessCallback. The callback is only called if 129 * is only called if listening is successful
130 * listen is successful
131 */ 130 */
132 GNUNET_STREAM_OPTION_SIGNAL_LISTEN_SUCCESS, 131 GNUNET_STREAM_OPTION_SIGNAL_LISTEN_SUCCESS,
133 132