From 5cbf93d3c6c7a058d9a7893e2a3583a2b5b30d0e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 21 Nov 2021 15:18:37 +0100 Subject: -fix rtype --- src/include/gnunet_pq_lib.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h index 549ce3638..6a374f7e2 100644 --- a/src/include/gnunet_pq_lib.h +++ b/src/include/gnunet_pq_lib.h @@ -385,7 +385,9 @@ GNUNET_PQ_result_spec_variable_size (const char *name, * @return array entry for the result specification to use */ struct GNUNET_PQ_ResultSpec -GNUNET_PQ_result_spec_fixed_size (const char *name, void *dst, size_t dst_size); +GNUNET_PQ_result_spec_fixed_size (const char *name, + void *dst, + size_t dst_size); /** @@ -407,7 +409,8 @@ GNUNET_PQ_result_spec_fixed_size (const char *name, void *dst, size_t dst_size); * @return array entry for the result specification to use */ struct GNUNET_PQ_ResultSpec -GNUNET_PQ_result_spec_string (const char *name, char **dst); +GNUNET_PQ_result_spec_string (const char *name, + char **dst); /** @@ -718,7 +721,7 @@ GNUNET_PQ_make_prepare (const char *name, * @return #GNUNET_OK on success, * #GNUNET_SYSERR on error */ -int +enum GNUNET_GenericReturnValue GNUNET_PQ_prepare_statements (struct GNUNET_PQ_Context *db, const struct GNUNET_PQ_PreparedStatement *ps); -- cgit v1.2.3