aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
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