aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-06 11:14:11 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-06 11:14:11 +0000
commitf5beb3eaf163fc0bf2a4f86bd413d3ee6939cfea (patch)
treeb59a38ad9e2296b3d2c8cc3302f21cf6d3ecc458 /src/include/gnunet_pq_lib.h
parent6db64c5eae089e1d81cafbb051f65412790d16bc (diff)
downloadgnunet-f5beb3eaf163fc0bf2a4f86bd413d3ee6939cfea.tar.gz
gnunet-f5beb3eaf163fc0bf2a4f86bd413d3ee6939cfea.zip
-fix misc issues
Diffstat (limited to 'src/include/gnunet_pq_lib.h')
-rw-r--r--src/include/gnunet_pq_lib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index 4e4139b43..33a3e5425 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -442,15 +442,12 @@ GNUNET_PQ_exec_prepared (PGconn *db_conn,
442 442
443/** 443/**
444 * Extract results from a query result according to the given specification. 444 * Extract results from a query result according to the given specification.
445 * If colums are NULL, the destination is not modified, and #GNUNET_NO
446 * is returned.
447 * 445 *
448 * @param result result to process 446 * @param result result to process
449 * @param[in,out] rs result specification to extract for 447 * @param[in,out] rs result specification to extract for
450 * @param row row from the result to extract 448 * @param row row from the result to extract
451 * @return 449 * @return
452 * #GNUNET_YES if all results could be extracted 450 * #GNUNET_YES if all results could be extracted
453 * #GNUNET_NO if at least one result was NULL
454 * #GNUNET_SYSERR if a result was invalid (non-existing field) 451 * #GNUNET_SYSERR if a result was invalid (non-existing field)
455 */ 452 */
456int 453int