aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index 1c90b6bfd..37c8cf319 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -264,6 +264,7 @@ void GNUNET_NETWORK_fdset_set (struct GNUNET_NETWORK_FDSet *fds,
264 * Check whether a socket is part of the fd set 264 * Check whether a socket is part of the fd set
265 * @param fds fd set 265 * @param fds fd set
266 * @param desc socket 266 * @param desc socket
267 * @return GNUNET_YES if the socket is in the set
267 */ 268 */
268int GNUNET_NETWORK_fdset_isset (const struct GNUNET_NETWORK_FDSet *fds, 269int GNUNET_NETWORK_fdset_isset (const struct GNUNET_NETWORK_FDSet *fds,
269 const struct GNUNET_NETWORK_Handle *desc); 270 const struct GNUNET_NETWORK_Handle *desc);