aboutsummaryrefslogtreecommitdiff
path: root/src/postgres/postgres.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-03-23 14:18:09 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-03-23 14:18:09 +0000
commit0a738c1206c893bc11e378974050d150f81a433c (patch)
tree8dab99978f3ea3582150490fdfcb9ecbc84440d3 /src/postgres/postgres.c
parentdd5d3823bc9fe5903152c7d389b90daa17ff105b (diff)
-doxygen
git-svn-id: https://gnunet.org/svn/gnunet@20723 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/postgres/postgres.c')
-rw-r--r--src/postgres/postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/postgres/postgres.c b/src/postgres/postgres.c
index 40bda24362..1001452897 100644
--- a/src/postgres/postgres.c
+++ b/src/postgres/postgres.c
@@ -96,7 +96,7 @@ GNUNET_POSTGRES_exec_ (PGconn * dbh, const char *sql, const char *filename,
* @param dbh database handle
* @param name name for the prepared SQL statement
* @param sql SQL code to prepare
- * @param nparams number of parameters in sql
+ * @param nparms number of parameters in sql
* @param filename filename for error reporting
* @param line code line for error reporting
* @return GNUNET_OK on success
@@ -158,7 +158,7 @@ GNUNET_POSTGRES_connect (const struct GNUNET_CONFIGURATION_Handle * cfg,
* Delete the row identified by the given rowid (qid
* in postgres).
*
- * @param database handle
+ * @param dbh database handle
* @param stmt name of the prepared statement
* @param rowid which row to delete
* @return GNUNET_OK on success