summaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 7c587a782..04847ee5b 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -507,7 +507,7 @@ GNUNET_htonll (uint64_t n);
507 * @return the same value in host byte order 507 * @return the same value in host byte order
508 */ 508 */
509double 509double
510GNUNET_hton_double (double in); 510GNUNET_hton_double (double d);
511 511
512/** 512/**
513 * Convert double to host-byte-order 513 * Convert double to host-byte-order
@@ -515,7 +515,7 @@ GNUNET_hton_double (double in);
515 * @return the same value in host byte order 515 * @return the same value in host byte order
516 */ 516 */
517double 517double
518GNUNET_ntoh_double (double in); 518GNUNET_ntoh_double (double d);
519 519
520/* ************************* allocation functions ****************** */ 520/* ************************* allocation functions ****************** */
521 521