aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rps_service.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-02-23 14:35:02 +0000
committerJulius Bünger <buenger@mytum.de>2015-02-23 14:35:02 +0000
commit7f424af3f7d3d3271feafecc6330185e76f95ee2 (patch)
tree548341830a1648620a0697533136423ef5ca95a9 /src/include/gnunet_rps_service.h
parentf63e66fdbf2b8f066b2cf447e5291cbaa898cb87 (diff)
downloadgnunet-7f424af3f7d3d3271feafecc6330185e76f95ee2.tar.gz
gnunet-7f424af3f7d3d3271feafecc6330185e76f95ee2.zip
- sending act malicious message
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 ac84611d9..47b9489eb 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -126,7 +126,7 @@ GNUNET_RPS_act_malicious (struct GNUNET_RPS_Handle *h,
126 uint32_t type, 126 uint32_t type,
127 uint32_t num_peers, 127 uint32_t num_peers,
128 const struct GNUNET_PeerIdentity *ids); 128 const struct GNUNET_PeerIdentity *ids);
129#endif 129#endif /* ENABLE_MALICIOUS */
130 130
131 131
132/** 132/**