gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33590 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r33590 - gnunet/src/include
Date: Sat, 7 Jun 2014 20:29:16 +0200

Author: grothoff
Date: 2014-06-07 20:29:16 +0200 (Sat, 07 Jun 2014)
New Revision: 33590

Modified:
   gnunet/src/include/gnunet_network_lib.h
   gnunet/src/include/gnunet_resolver_service.h
Log:
-indent, doxygen

Modified: gnunet/src/include/gnunet_network_lib.h
===================================================================
--- gnunet/src/include/gnunet_network_lib.h     2014-06-07 17:11:29 UTC (rev 
33589)
+++ gnunet/src/include/gnunet_network_lib.h     2014-06-07 18:29:16 UTC (rev 
33590)
@@ -135,7 +135,7 @@
  *
  * @param desc socket to bind
  * @param address address to be bound
- * @param address_len length of address
+ * @param address_len length of @a address
  * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise
  */
 int
@@ -372,8 +372,8 @@
  * @param h the file handle to add
  */
 void
-GNUNET_NETWORK_fdset_handle_set_native_w32_handle (struct GNUNET_NETWORK_FDSet
-                                                   *fds, HANDLE h);
+GNUNET_NETWORK_fdset_handle_set_native_w32_handle (struct GNUNET_NETWORK_FDSet 
*fds
+                                                   HANDLE h);
 #endif
 
 

Modified: gnunet/src/include/gnunet_resolver_service.h
===================================================================
--- gnunet/src/include/gnunet_resolver_service.h        2014-06-07 17:11:29 UTC 
(rev 33589)
+++ gnunet/src/include/gnunet_resolver_service.h        2014-06-07 18:29:16 UTC 
(rev 33590)
@@ -49,9 +49,10 @@
  * @param addr one of the addresses of the host, NULL for the last address
  * @param addrlen length of @a addr
  */
-typedef void (*GNUNET_RESOLVER_AddressCallback) (void *cls,
-                                                 const struct sockaddr *addr,
-                                                 socklen_t addrlen);
+typedef void
+(*GNUNET_RESOLVER_AddressCallback) (void *cls,
+                                    const struct sockaddr *addr,
+                                    socklen_t addrlen);
 
 
 /**
@@ -87,7 +88,8 @@
  * @return handle that can be used to cancel the request, NULL on error
  */
 struct GNUNET_RESOLVER_RequestHandle *
-GNUNET_RESOLVER_ip_get (const char *hostname, int af,
+GNUNET_RESOLVER_ip_get (const char *hostname,
+                        int af,
                         struct GNUNET_TIME_Relative timeout,
                         GNUNET_RESOLVER_AddressCallback callback,
                         void *callback_cls);
@@ -116,8 +118,9 @@
  * @param hostname one of the names for the host, NULL
  *        on the last call to the callback
  */
-typedef void (*GNUNET_RESOLVER_HostnameCallback) (void *cls,
-                                                  const char *hostname);
+typedef void
+(*GNUNET_RESOLVER_HostnameCallback) (void *cls,
+                                     const char *hostname);
 
 /**
  * Get local fully qualified domain name
@@ -140,7 +143,8 @@
  * @return handle that can be used to cancel the request, NULL on error
  */
 struct GNUNET_RESOLVER_RequestHandle *
-GNUNET_RESOLVER_hostname_get (const struct sockaddr *sa, socklen_t salen,
+GNUNET_RESOLVER_hostname_get (const struct sockaddr *sa,
+                              socklen_t salen,
                               int do_resolve,
                               struct GNUNET_TIME_Relative timeout,
                               GNUNET_RESOLVER_HostnameCallback callback,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]