aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-29 14:03:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-29 14:03:30 +0000
commit92932ebe776018c3b79924c47d961e45d4222eb8 (patch)
tree2eaef84ba3e9b08ebcf740b7aa0b54a52a1a4c75 /src/include/gnunet_os_lib.h
parent8b49aa786f78ccb6dc29ab84db4f12a81ea456fe (diff)
downloadgnunet-92932ebe776018c3b79924c47d961e45d4222eb8.tar.gz
gnunet-92932ebe776018c3b79924c47d961e45d4222eb8.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 5a81fba6f..79adb6fa2 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -225,7 +225,7 @@ GNUNET_OS_get_libexec_binary_path (const char *progname);
225 * @param isDefault is this presumably the default interface 225 * @param isDefault is this presumably the default interface
226 * @param addr address of this interface (can be NULL for unknown or unassigned) 226 * @param addr address of this interface (can be NULL for unknown or unassigned)
227 * @param broadcast_addr the broadcast address (can be NULL for unknown or unassigned) 227 * @param broadcast_addr the broadcast address (can be NULL for unknown or unassigned)
228 * @param netmask the network mask (can be NULL for unknown or unassigned)) 228 * @param netmask the network mask (can be NULL for unknown or unassigned)
229 * @param addrlen length of the address 229 * @param addrlen length of the address
230 * @return #GNUNET_OK to continue iteration, #GNUNET_SYSERR to abort 230 * @return #GNUNET_OK to continue iteration, #GNUNET_SYSERR to abort
231 */ 231 */