aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-04 15:28:43 +0000
committerChristian Grothoff <christian@grothoff.org>2016-04-04 15:28:43 +0000
commitc4a94f217f4685dcae58ad5a53efb310bf1324d1 (patch)
tree22adbf23344df7ac8d78a77858fb43e9cb32072c /src/include/gnunet_pq_lib.h
parente745a26c9c236247300f2b8507158b8f21899063 (diff)
downloadgnunet-c4a94f217f4685dcae58ad5a53efb310bf1324d1.tar.gz
gnunet-c4a94f217f4685dcae58ad5a53efb310bf1324d1.zip
simplify PQ API by removing NULL as a possible acceptable value
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,