aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-07 18:29:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-07 18:29:16 +0000
commitef0def7ccde140b2b4558761dfd46cbb16c625f4 (patch)
tree599c3a70c592028d912d53bfed7539b9d2758501 /src/include/gnunet_network_lib.h
parent6e31c04e908b98f6c9cb347eb36ccc47bde590a7 (diff)
downloadgnunet-ef0def7ccde140b2b4558761dfd46cbb16c625f4.tar.gz
gnunet-ef0def7ccde140b2b4558761dfd46cbb16c625f4.zip
-indent, doxygen
Diffstat (limited to 'src/include/gnunet_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index 042ab235e..0081f0973 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -135,7 +135,7 @@ GNUNET_NETWORK_socket_set_blocking (struct GNUNET_NETWORK_Handle *fd,
135 * 135 *
136 * @param desc socket to bind 136 * @param desc socket to bind
137 * @param address address to be bound 137 * @param address address to be bound
138 * @param address_len length of address 138 * @param address_len length of @a address
139 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise 139 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise
140 */ 140 */
141int 141int
@@ -372,8 +372,8 @@ GNUNET_NETWORK_fdset_set (struct GNUNET_NETWORK_FDSet *fds,
372 * @param h the file handle to add 372 * @param h the file handle to add
373 */ 373 */
374void 374void
375GNUNET_NETWORK_fdset_handle_set_native_w32_handle (struct GNUNET_NETWORK_FDSet 375GNUNET_NETWORK_fdset_handle_set_native_w32_handle (struct GNUNET_NETWORK_FDSet *fds
376 *fds, HANDLE h); 376 HANDLE h);
377#endif 377#endif
378 378
379 379