aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-03-25 17:16:49 +0000
committerJulius Bünger <buenger@mytum.de>2015-03-25 17:16:49 +0000
commit1f4fa719d547b78dd62f5a613e1ec6632c00ee11 (patch)
tree31ffdc545fd77224d1f96133ba7681170c4252dc /src/include
parent08cd39e74d35cec73f54de9826961a97d8a8ea0d (diff)
downloadgnunet-1f4fa719d547b78dd62f5a613e1ec6632c00ee11.tar.gz
gnunet-1f4fa719d547b78dd62f5a613e1ec6632c00ee11.zip
- s/#if/#ifdef/
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h2
-rw-r--r--src/include/gnunet_rps_service.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 979513a4f..a7824edc0 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2678,7 +2678,7 @@ extern "C"
2678 */ 2678 */
2679#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 955 2679#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 955
2680 2680
2681#if ENABLE_MALICIOUS 2681#ifdef ENABLE_MALICIOUS
2682/** 2682/**
2683 * Turn RPS service malicious 2683 * Turn RPS service malicious
2684 */ 2684 */
diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h
index 47b9489eb..6d0815fe8 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -106,7 +106,7 @@ GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint32_t n,
106GNUNET_RPS_request_cancel (struct GNUNET_RPS_Request_Handle *rh); 106GNUNET_RPS_request_cancel (struct GNUNET_RPS_Request_Handle *rh);
107 107
108 108
109#if ENABLE_MALICIOUS 109#ifdef ENABLE_MALICIOUS
110/** 110/**
111 * Turn RPS service to act malicious. 111 * Turn RPS service to act malicious.
112 * 112 *