summaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_nse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_nse.h')
-rw-r--r--src/dht/gnunet-service-dht_nse.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dht/gnunet-service-dht_nse.h b/src/dht/gnunet-service-dht_nse.h
index 4402bb860..d3cc9f383 100644
--- a/src/dht/gnunet-service-dht_nse.h
+++ b/src/dht/gnunet-service-dht_nse.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @file dht/gnunet-service-dht_nse.h 22 * @file dht/gnunet-service-dht_nse.h
@@ -33,20 +33,20 @@
33 * @return log of NSE 33 * @return log of NSE
34 */ 34 */
35double 35double
36GDS_NSE_get (void); 36GDS_NSE_get(void);
37 37
38 38
39/** 39/**
40 * Initialize NSE subsystem. 40 * Initialize NSE subsystem.
41 */ 41 */
42void 42void
43GDS_NSE_init (void); 43GDS_NSE_init(void);
44 44
45 45
46/** 46/**
47 * Shutdown NSE subsystem. 47 * Shutdown NSE subsystem.
48 */ 48 */
49void 49void
50GDS_NSE_done (void); 50GDS_NSE_done(void);
51 51
52#endif 52#endif