summaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_pq_lib.h')
-rw-r--r--src/include/gnunet_pq_lib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index 8483b72cf..fdb959aec 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -199,8 +199,7 @@ GNUNET_PQ_query_param_uint64 (const uint64_t *x);
199 * @param[out] dst where to store the result 199 * @param[out] dst where to store the result
200 * @return 200 * @return
201 * #GNUNET_YES if all results could be extracted 201 * #GNUNET_YES if all results could be extracted
202 * #GNUNET_NO if at least one result was NULL 202 * #GNUNET_SYSERR if a result was invalid (non-existing field or NULL)
203 * #GNUNET_SYSERR if a result was invalid (non-existing field)
204 */ 203 */
205typedef int 204typedef int
206(*GNUNET_PQ_ResultConverter)(void *cls, 205(*GNUNET_PQ_ResultConverter)(void *cls,