adding number of preferences to allow iterating over preferences
[oweals/gnunet.git] / src / include / gnunet_rps_service.h
index ac84611d9131031c7b26449a5f2c6a6bfdd09dfa..6d0815fe8393916821dfbc07d2ab9c351cd526fe 100644 (file)
@@ -106,7 +106,7 @@ GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint32_t n,
 GNUNET_RPS_request_cancel (struct GNUNET_RPS_Request_Handle *rh);
 
 
-#if ENABLE_MALICIOUS
+#ifdef ENABLE_MALICIOUS
 /**
  * Turn RPS service to act malicious.
  *
@@ -126,7 +126,7 @@ GNUNET_RPS_act_malicious (struct GNUNET_RPS_Handle *h,
                           uint32_t type,
                           uint32_t num_peers,
                           const struct GNUNET_PeerIdentity *ids);
-#endif
+#endif /* ENABLE_MALICIOUS */
 
 
 /**