-modify timeout values further
[oweals/gnunet.git] / src / dht / gnunet-service-dht_nse.h
index 4642d4d9cb90a279e977dc1b93e33fee3d43d175..bddd4bdf7fec5a9b234364718dc929489177008c 100644 (file)
 #define GNUNET_SERVICE_DHT_NSE_H
 
 
+/**
+ * Return the log of the current network size estimate.
+ *
+ * @return log of NSE
+ */
 double
-GDS_nse_get (void);
+GDS_NSE_get (void);
 
 
+/**
+ * Initialize NSE subsystem.
+ */
 void
-GDS_nse_init (void);
+GDS_NSE_init (void);
 
+
+/**
+ * Shutdown NSE subsystem.
+ */
 void
-GDS_nse_done (void);
+GDS_NSE_done (void);
 
 #endif