doxy
[oweals/gnunet.git] / src / include / gnunet_nse_service.h
index 91711ef5be9fb0f33e0a308f6c92cc6cd271e47f..a0c6016a40a537189d95016cbb858afc8c18e9cd 100644 (file)
@@ -70,7 +70,7 @@ typedef void (*GNUNET_NSE_Callback) (void *cls,
  * Convert the logarithmic estimated returned to the 'GNUNET_NSE_Callback'
  * into an absolute estimate in terms of the number of peers in the network.
  *
- * @param loge logarithmic estimate 
+ * @param loge logarithmic estimate
  * @return absolute number of peers in the network (estimated)
  */
 #define GNUNET_NSE_log_estimate_to_n(loge) pow(2.0, (loge))
@@ -84,10 +84,9 @@ typedef void (*GNUNET_NSE_Callback) (void *cls,
  *
  * @return handle to use
  */
-struct GNUNET_NSE_Handle *GNUNET_NSE_connect (const struct
-                                              GNUNET_CONFIGURATION_Handle *cfg,
-                                              GNUNET_NSE_Callback func,
-                                              void *func_cls);
+struct GNUNET_NSE_Handle *
+GNUNET_NSE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
+                    GNUNET_NSE_Callback func, void *func_cls);
 
 
 /**
@@ -96,7 +95,8 @@ struct GNUNET_NSE_Handle *GNUNET_NSE_connect (const struct
  * @param h handle to destroy
  *
  */
-void GNUNET_NSE_disconnect (struct GNUNET_NSE_Handle *h);
+void
+GNUNET_NSE_disconnect (struct GNUNET_NSE_Handle *h);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */