gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20723 - in gnunet/src: include postgres


From: gnunet
Subject: [GNUnet-SVN] r20723 - in gnunet/src: include postgres
Date: Fri, 23 Mar 2012 15:18:10 +0100

Author: grothoff
Date: 2012-03-23 15:18:09 +0100 (Fri, 23 Mar 2012)
New Revision: 20723

Modified:
   gnunet/src/include/gnunet_postgres_lib.h
   gnunet/src/postgres/postgres.c
Log:
-doxygen

Modified: gnunet/src/include/gnunet_postgres_lib.h
===================================================================
--- gnunet/src/include/gnunet_postgres_lib.h    2012-03-23 14:08:31 UTC (rev 
20722)
+++ gnunet/src/include/gnunet_postgres_lib.h    2012-03-23 14:18:09 UTC (rev 
20723)
@@ -101,7 +101,7 @@
  * @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

Modified: gnunet/src/postgres/postgres.c
===================================================================
--- gnunet/src/postgres/postgres.c      2012-03-23 14:08:31 UTC (rev 20722)
+++ gnunet/src/postgres/postgres.c      2012-03-23 14:18:09 UTC (rev 20723)
@@ -96,7 +96,7 @@
  * @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 @@
  * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]