summaryrefslogtreecommitdiff
path: root/src/include/taler_pq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-28 16:31:27 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-28 16:31:27 +0100
commit20d1ec85fa9ca63d888ea802ca447a1b1b96451f (patch)
tree84091b55376c6cf9dcb2411cb120e343121b73df /src/include/taler_pq_lib.h
parentb7a2852a1b5f0141c757b3dc955ac628cfea4c71 (diff)
downloadexchange-20d1ec85fa9ca63d888ea802ca447a1b1b96451f.tar.gz
exchange-20d1ec85fa9ca63d888ea802ca447a1b1b96451f.tar.bz2
exchange-20d1ec85fa9ca63d888ea802ca447a1b1b96451f.zip
more doxygen fixes
Diffstat (limited to 'src/include/taler_pq_lib.h')
-rw-r--r--src/include/taler_pq_lib.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h
index 73d2b13bb..67e9f93ab 100644
--- a/src/include/taler_pq_lib.h
+++ b/src/include/taler_pq_lib.h
@@ -27,7 +27,7 @@
#include "taler_util.h"
/**
- * Description of a DB query parameter.
+ * @brief Description of a DB query parameter.
*/
struct TALER_PQ_QueryParam
{
@@ -71,7 +71,7 @@ struct TALER_PQ_QueryParam
/**
- * Description of a DB result cell.
+ * @brief Description of a DB result cell.
*/
struct TALER_PQ_ResultSpec
{
@@ -134,6 +134,11 @@ struct TALER_PQ_ResultSpec
/**
* Execute a prepared statement.
+ *
+ * @param db_conn database connection
+ * @param name name of the prepared statement
+ * @param params parameters to the statement
+ * @return postgres result
*/
PGresult *
TALER_PQ_exec_prepared (PGconn *db_conn,