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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index e40dacde7..97ab64add 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -561,7 +561,7 @@ GNUNET_NETWORK_fdset_destroy (struct GNUNET_NETWORK_FDSet *fds);
561/** 561/**
562 * Test if the given @a port is available. 562 * Test if the given @a port is available.
563 * 563 *
564 * @param ipproto transport protocol to test (i.e. IPPROTO_TCP) 564 * @param ipproto transport protocol to test (e.g. IPPROTO_TCP)
565 * @param port port number to test 565 * @param port port number to test
566 * @return #GNUNET_OK if the port is available, #GNUNET_NO if not 566 * @return #GNUNET_OK if the port is available, #GNUNET_NO if not
567 */ 567 */