summaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-03 23:33:43 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-03 23:33:55 +0200
commit8f254866dc993d2e832ef12ea7b4179f87ab3bd9 (patch)
treeebc1ced68bb48f74f189dadd4b29ff5119849224 /src/include/gnunet_pq_lib.h
parent1a90e7878a8fa1f5b30421bd3045cf5d6d3e13e4 (diff)
downloadgnunet-8f254866dc993d2e832ef12ea7b4179f87ab3bd9.tar.gz
gnunet-8f254866dc993d2e832ef12ea7b4179f87ab3bd9.zip
more pq work
Diffstat (limited to 'src/include/gnunet_pq_lib.h')
-rw-r--r--src/include/gnunet_pq_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index 5e54813e3..ff4df563d 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -523,9 +523,9 @@ GNUNET_PQ_eval_result (PGconn *connection,
523 * @param statement_name name of the statement 523 * @param statement_name name of the statement
524 * @param params parameters to give to the statement (#GNUNET_PQ_query_param_end-terminated) 524 * @param params parameters to give to the statement (#GNUNET_PQ_query_param_end-terminated)
525 * @return status code from the result, mapping PQ status 525 * @return status code from the result, mapping PQ status
526 * codes to `enum GNUNET_PQ_QueryStatus`. Never 526 * codes to `enum GNUNET_PQ_QueryStatus`. If the
527 * returns positive values as this function does 527 * statement was a DELETE or UPDATE statement, the
528 * not look at the result set. 528 * number of affected rows is returned.
529 */ 529 */
530enum GNUNET_PQ_QueryStatus 530enum GNUNET_PQ_QueryStatus
531GNUNET_PQ_eval_prepared_non_select (PGconn *connection, 531GNUNET_PQ_eval_prepared_non_select (PGconn *connection,