Start implementation of some functions.
[oweals/gnunet.git] / src / dht / gnunet-service-dht_nse.h
index e2f73a9ddd4d49143ccb111ab536ec6772d25e0a..c0689690f542b8af37bd23cc06f1ad196f152e43 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
 #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);