From: Christian Grothoff Date: Fri, 23 Mar 2012 14:18:09 +0000 (+0000) Subject: -doxygen X-Git-Tag: initial-import-from-subversion-38251~14124 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a5d694060acf3fddfd276c17282c338fb002417;p=oweals%2Fgnunet.git -doxygen --- diff --git a/src/include/gnunet_postgres_lib.h b/src/include/gnunet_postgres_lib.h index 12c0110b5..559793daf 100644 --- a/src/include/gnunet_postgres_lib.h +++ b/src/include/gnunet_postgres_lib.h @@ -101,7 +101,7 @@ GNUNET_POSTGRES_exec_ (PGconn *dbh, const char *sql, const char *filename, int l * @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 diff --git a/src/postgres/postgres.c b/src/postgres/postgres.c index 40bda2436..100145289 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