aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 8b75271b9..be8f4baa0 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -219,7 +219,7 @@ typedef void
219 unsigned int bpm_out, 219 unsigned int bpm_out,
220 struct GNUNET_TIME_Relative 220 struct GNUNET_TIME_Relative
221 latency, int amount, 221 latency, int amount,
222 double preference); 222 unsigned long long preference);
223 223
224 224
225/** 225/**
@@ -251,7 +251,7 @@ GNUNET_CORE_peer_configure (struct GNUNET_CORE_Handle *handle,
251 struct GNUNET_TIME_Relative timeout, 251 struct GNUNET_TIME_Relative timeout,
252 unsigned int bpm_out, 252 unsigned int bpm_out,
253 int amount, 253 int amount,
254 double preference, 254 unsigned long long preference,
255 GNUNET_CORE_PeerConfigurationInfoCallback info, 255 GNUNET_CORE_PeerConfigurationInfoCallback info,
256 void *info_cls); 256 void *info_cls);
257 257