From edab319f07cc940f64111b6e89da245a2afcf71a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 27 Sep 2011 09:58:15 +0000 Subject: making some files compile --- src/dht/gnunet-service-dht_nse.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/dht/gnunet-service-dht_nse.h') diff --git a/src/dht/gnunet-service-dht_nse.h b/src/dht/gnunet-service-dht_nse.h index e2f73a9dd..bddd4bdf7 100644 --- a/src/dht/gnunet-service-dht_nse.h +++ b/src/dht/gnunet-service-dht_nse.h @@ -27,13 +27,25 @@ #define GNUNET_SERVICE_DHT_NSE_H +/** + * Return the log of the current network size estimate. + * + * @return log of NSE + */ double GDS_NSE_get (void); +/** + * Initialize NSE subsystem. + */ void GDS_NSE_init (void); + +/** + * Shutdown NSE subsystem. + */ void GDS_NSE_done (void); -- cgit v1.2.3