aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
committerGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
commitb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (patch)
tree7b41d9839d854eef7ebd6b93fa161c55221a6577 /src/include/gnunet_dht_service.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_dht_service.h')
-rw-r--r--src/include/gnunet_dht_service.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index c5b980ba9..36463f488 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -19,10 +19,13 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_dht_service.h
23 * @brief API to the DHT service
24 * @author Christian Grothoff 22 * @author Christian Grothoff
25 * @defgroup dht Distributed Hash Table 23 *
24 * @file
25 * API to the DHT service
26 *
27 * @defgroup dht DHT service
28 * Distributed Hash Table
26 * @{ 29 * @{
27 */ 30 */
28 31
@@ -414,8 +417,8 @@ typedef void (*GNUNET_DHT_ActMaliciousContinuation)(void *cls,
414 FIXME: perhaps make this an enum of known malicious behaviors? 417 FIXME: perhaps make this an enum of known malicious behaviors?
415 */ 418 */
416struct GNUNET_DHT_ActMaliciousHandle * 419struct GNUNET_DHT_ActMaliciousHandle *
417GNUNET_DHT_act_malicious (struct GNUNET_DHT_Handle *handle, 420GNUNET_DHT_act_malicious (struct GNUNET_DHT_Handle *handle,
418 unsigned int action, 421 unsigned int action,
419 GNUNET_DHT_PutContinuation cont, 422 GNUNET_DHT_PutContinuation cont,
420 void *cont_cls); 423 void *cont_cls);
421#endif 424#endif