aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_time_lib.h')
-rw-r--r--src/include/gnunet_time_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 3dad179b5..64c5769c6 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -417,7 +417,7 @@ GNUNET_TIME_absolute_subtract (struct GNUNET_TIME_Absolute start,
417 */ 417 */
418struct GNUNET_TIME_Relative 418struct GNUNET_TIME_Relative
419GNUNET_TIME_relative_multiply (struct GNUNET_TIME_Relative rel, 419GNUNET_TIME_relative_multiply (struct GNUNET_TIME_Relative rel,
420 unsigned int factor); 420 unsigned long long factor);
421 421
422 422
423/** 423/**
@@ -429,7 +429,7 @@ GNUNET_TIME_relative_multiply (struct GNUNET_TIME_Relative rel,
429 */ 429 */
430struct GNUNET_TIME_Relative 430struct GNUNET_TIME_Relative
431GNUNET_TIME_relative_divide (struct GNUNET_TIME_Relative rel, 431GNUNET_TIME_relative_divide (struct GNUNET_TIME_Relative rel,
432 unsigned int factor); 432 unsigned long long factor);
433 433
434 434
435/** 435/**