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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h
index 8ae9f1e93..b1dd1b5af 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -137,7 +137,7 @@ GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint32_t n,
137GNUNET_RPS_request_cancel (struct GNUNET_RPS_Request_Handle *rh); 137GNUNET_RPS_request_cancel (struct GNUNET_RPS_Request_Handle *rh);
138 138
139 139
140#ifdef ENABLE_MALICIOUS 140#if ENABLE_MALICIOUS
141/** 141/**
142 * Turn RPS service to act malicious. 142 * Turn RPS service to act malicious.
143 * 143 *