aboutsummaryrefslogtreecommitdiff
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.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,