aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-15 12:53:07 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-15 12:53:07 +0000
commit7bfebd9e9959c6aa87033afd7af34dd451c62d67 (patch)
treec5c027481144859a173ff71ba389fecee9b45fc5 /src/include/gnunet_network_lib.h
parent96df23b5f90ca2cbbd322eb05a544518075243aa (diff)
downloadgnunet-7bfebd9e9959c6aa87033afd7af34dd451c62d67.tar.gz
gnunet-7bfebd9e9959c6aa87033afd7af34dd451c62d67.zip
doc
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);