aboutsummaryrefslogtreecommitdiff
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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index d599b87e9..450a45a7e 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -217,7 +217,7 @@ extern "C"
217/** 217/**
218 * Define as empty, GNUNET_PACKED should suffice, but this won't work on W32 218 * Define as empty, GNUNET_PACKED should suffice, but this won't work on W32
219 */ 219 */
220#define GNUNET_NETWORK_STRUCT_BEGIN 220#define GNUNET_NETWORK_STRUCT_BEGIN
221 221
222/** 222/**
223 * Define as empty, GNUNET_PACKED should suffice, but this won't work on W32; 223 * Define as empty, GNUNET_PACKED should suffice, but this won't work on W32;
@@ -307,9 +307,9 @@ GNUNET_get_log_skip ();
307 307
308#if !defined(GNUNET_CULL_LOGGING) 308#if !defined(GNUNET_CULL_LOGGING)
309int 309int
310GNUNET_get_log_call_status (int caller_level, 310GNUNET_get_log_call_status (int caller_level,
311 const char *comp, 311 const char *comp,
312 const char *file, 312 const char *file,
313 const char *function, int line); 313 const char *function, int line);
314#endif 314#endif
315 315
@@ -403,7 +403,7 @@ GNUNET_log_from_nocheck (enum GNUNET_ErrorType kind, const char *comp,
403 * @param option name of missing option 403 * @param option name of missing option
404 */ 404 */
405void 405void
406GNUNET_log_config_missing (enum GNUNET_ErrorType kind, 406GNUNET_log_config_missing (enum GNUNET_ErrorType kind,
407 const char *section, 407 const char *section,
408 const char *option); 408 const char *option);
409 409
@@ -418,7 +418,7 @@ GNUNET_log_config_missing (enum GNUNET_ErrorType kind,
418 * @param required what is required that is invalid about the option 418 * @param required what is required that is invalid about the option
419 */ 419 */
420void 420void
421GNUNET_log_config_invalid (enum GNUNET_ErrorType kind, 421GNUNET_log_config_invalid (enum GNUNET_ErrorType kind,
422 const char *section, 422 const char *section,
423 const char *option, 423 const char *option,
424 const char *required); 424 const char *required);
@@ -651,7 +651,7 @@ GNUNET_htonll (uint64_t n);
651 * @param d the value in network byte order 651 * @param d the value in network byte order
652 * @return the same value in host byte order 652 * @return the same value in host byte order
653 */ 653 */
654double 654double
655GNUNET_hton_double (double d); 655GNUNET_hton_double (double d);
656 656
657/** 657/**
@@ -659,7 +659,7 @@ GNUNET_hton_double (double d);
659 * @param d the value in network byte order 659 * @param d the value in network byte order
660 * @return the same value in host byte order 660 * @return the same value in host byte order
661 */ 661 */
662double 662double
663GNUNET_ntoh_double (double d); 663GNUNET_ntoh_double (double d);
664 664
665/* ************************* allocation functions ****************** */ 665/* ************************* allocation functions ****************** */