aboutsummaryrefslogtreecommitdiff
path: root/src/sq/sq_query_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sq/sq_query_helper.c')
-rw-r--r--src/sq/sq_query_helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sq/sq_query_helper.c b/src/sq/sq_query_helper.c
index ce317a656..c9e4bf031 100644
--- a/src/sq/sq_query_helper.c
+++ b/src/sq/sq_query_helper.c
@@ -438,6 +438,7 @@ bind_u32 (void *cls,
438 return GNUNET_OK; 438 return GNUNET_OK;
439} 439}
440 440
441
441/** 442/**
442 * Generate query parameter for an uint32_t in host byte order. 443 * Generate query parameter for an uint32_t in host byte order.
443 * 444 *
@@ -505,4 +506,5 @@ GNUNET_SQ_query_param_uint64 (const uint64_t *x)
505 return qp; 506 return qp;
506} 507}
507 508
509
508/* end of sq_query_helper.c */ 510/* end of sq_query_helper.c */