From: Christian Grothoff Date: Sat, 15 May 2010 12:53:07 +0000 (+0000) Subject: doc X-Git-Tag: initial-import-from-subversion-38251~21698 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7bfebd9e9959c6aa87033afd7af34dd451c62d67;p=oweals%2Fgnunet.git doc --- 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, * Check whether a socket is part of the fd set * @param fds fd set * @param desc socket + * @return GNUNET_YES if the socket is in the set */ int GNUNET_NETWORK_fdset_isset (const struct GNUNET_NETWORK_FDSet *fds, const struct GNUNET_NETWORK_Handle *desc);