aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rps_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_rps_service.h')
-rw-r--r--src/include/gnunet_rps_service.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h
index 47b153b14..c91804a60 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 3 Copyright (C)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -19,9 +19,14 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_rps_service.h
23 * @brief API to the rps service
24 * @author Julius Bünger 22 * @author Julius Bünger
23 *
24 * @file
25 * API to the rps service
26 *
27 * @defgroup rps RPS service
28 * Random Peer Sampling
29 * @{
25 */ 30 */
26#ifndef GNUNET_RPS_SERVICE_H 31#ifndef GNUNET_RPS_SERVICE_H
27#define GNUNET_RPS_SERVICE_H 32#define GNUNET_RPS_SERVICE_H
@@ -140,6 +145,7 @@ GNUNET_RPS_act_malicious (struct GNUNET_RPS_Handle *h,
140 void 145 void
141GNUNET_RPS_disconnect (struct GNUNET_RPS_Handle *h); 146GNUNET_RPS_disconnect (struct GNUNET_RPS_Handle *h);
142 147
148
143#if 0 /* keep Emacsens' auto-indent happy */ 149#if 0 /* keep Emacsens' auto-indent happy */
144{ 150{
145#endif 151#endif
@@ -148,3 +154,5 @@ GNUNET_RPS_disconnect (struct GNUNET_RPS_Handle *h);
148#endif 154#endif
149 155
150#endif 156#endif
157
158/** @} */ /* end of group */