aboutsummaryrefslogtreecommitdiff
path: root/src/postgres
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-23 14:18:09 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-23 14:18:09 +0000
commit3a5d694060acf3fddfd276c17282c338fb002417 (patch)
tree8dab99978f3ea3582150490fdfcb9ecbc84440d3 /src/postgres
parent176ce19136deac5d44f55184e08b8416d05b1626 (diff)
downloadgnunet-3a5d694060acf3fddfd276c17282c338fb002417.tar.gz
gnunet-3a5d694060acf3fddfd276c17282c338fb002417.zip
-doxygen
Diffstat (limited to 'src/postgres')
-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 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,
96 * @param dbh database handle 96 * @param dbh database handle
97 * @param name name for the prepared SQL statement 97 * @param name name for the prepared SQL statement
98 * @param sql SQL code to prepare 98 * @param sql SQL code to prepare
99 * @param nparams number of parameters in sql 99 * @param nparms number of parameters in sql
100 * @param filename filename for error reporting 100 * @param filename filename for error reporting
101 * @param line code line for error reporting 101 * @param line code line for error reporting
102 * @return GNUNET_OK on success 102 * @return GNUNET_OK on success
@@ -158,7 +158,7 @@ GNUNET_POSTGRES_connect (const struct GNUNET_CONFIGURATION_Handle * cfg,
158 * Delete the row identified by the given rowid (qid 158 * Delete the row identified by the given rowid (qid
159 * in postgres). 159 * in postgres).
160 * 160 *
161 * @param database handle 161 * @param dbh database handle
162 * @param stmt name of the prepared statement 162 * @param stmt name of the prepared statement
163 * @param rowid which row to delete 163 * @param rowid which row to delete
164 * @return GNUNET_OK on success 164 * @return GNUNET_OK on success