commented out wrong message type
[oweals/gnunet.git] / src / dht / gnunet-service-dht_nse.h
index 4642d4d9cb90a279e977dc1b93e33fee3d43d175..075a872b3cba00b21fc0d7f6ea8089ad092157db 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 
 /**
 #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