From 0846ab93bcbe606d34cc547904634244312e137d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Aug 2020 00:37:37 +0200 Subject: doxygen fixes --- contrib/gana | 2 +- contrib/gnunet.tag | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/gana b/contrib/gana index 0b778cdac..18a39c297 160000 --- a/contrib/gana +++ b/contrib/gana @@ -1 +1 @@ -Subproject commit 0b778cdac372d0b75f3b64501a15a21c9c57f36e +Subproject commit 18a39c29726860af58800a28454446154b89832b diff --git a/contrib/gnunet.tag b/contrib/gnunet.tag index 0add90c24..73a1326e5 100644 --- a/contrib/gnunet.tag +++ b/contrib/gnunet.tag @@ -158,17 +158,41 @@ gnunet_pq_lib.h (const struct GNUNET_TIME_AbsoluteNBO *x) + + struct GNUNET_SQ_QueryParam + GNUNET_SQ_query_param_absolute_time + gnunet_sq_lib.h + (const struct GNUNET_TIME_Absolute *x) + + + struct GNUNET_SQ_QueryParam + GNUNET_PQ_query_param_absolute_time_nbo + gnunet_sq_lib.h + (const struct GNUNET_TIME_AbsoluteNBO *x) + #define GNUNET_PQ_query_param_end gnunet_pq_lib.h + + #define + GNUNET_SQ_query_param_end + gnunet_sq_lib.h + + int GNUNET_PQ_ResultConverter gnunet_pq_lib.h )(void *cls, PGresult *result, int row, const char *fname, size_t *dst_size, void *dst) + + int + GNUNET_SQ_ResultConverter + gnunet_sq_lib.h + )(void *cls, sqlite3_stmt *result, unsigned int column, size_t *dst_size, void *dst) + -- cgit v1.2.3