From f5beb3eaf163fc0bf2a4f86bd413d3ee6939cfea Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Jul 2016 11:14:11 +0000 Subject: -fix misc issues --- src/include/gnunet_pq_lib.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/gnunet_pq_lib.h') 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, /** * Extract results from a query result according to the given specification. - * If colums are NULL, the destination is not modified, and #GNUNET_NO - * is returned. * * @param result result to process * @param[in,out] rs result specification to extract for * @param row row from the result to extract * @return * #GNUNET_YES if all results could be extracted - * #GNUNET_NO if at least one result was NULL * #GNUNET_SYSERR if a result was invalid (non-existing field) */ int -- cgit v1.2.3