doc
authorChristian Grothoff <christian@grothoff.org>
Sat, 15 May 2010 12:53:07 +0000 (12:53 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 15 May 2010 12:53:07 +0000 (12:53 +0000)
src/include/gnunet_network_lib.h

index 1c90b6bfdde403eadc19f886db1ceed04683c0cb..37c8cf319d1cc6df9349a1ca18fa0723a51ba429 100644 (file)
@@ -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);