gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20685 - in gnunet/src: include mysql util


From: gnunet
Subject: [GNUnet-SVN] r20685 - in gnunet/src: include mysql util
Date: Thu, 22 Mar 2012 19:06:14 +0100

Author: grothoff
Date: 2012-03-22 19:06:14 +0100 (Thu, 22 Mar 2012)
New Revision: 20685

Modified:
   gnunet/src/include/gnunet_mysql_lib.h
   gnunet/src/mysql/mysql.c
   gnunet/src/util/crypto_hash.c
Log:
-doxygen

Modified: gnunet/src/include/gnunet_mysql_lib.h
===================================================================
--- gnunet/src/include/gnunet_mysql_lib.h       2012-03-22 18:02:25 UTC (rev 
20684)
+++ gnunet/src/include/gnunet_mysql_lib.h       2012-03-22 18:06:14 UTC (rev 
20685)
@@ -168,6 +168,8 @@
  * @param result_size number of elements in results array
  * @param results pointer to already initialized MYSQL_BIND
  *        array (of sufficient size) for passing results
+ * @param processor function to call on each result
+ * @param processor_cls extra argument to processor
  * @param ap pairs and triplets of "MYSQL_TYPE_XXX" keys and their respective
  *        values (size + buffer-reference for pointers); terminated
  *        with "-1"

Modified: gnunet/src/mysql/mysql.c
===================================================================
--- gnunet/src/mysql/mysql.c    2012-03-22 18:02:25 UTC (rev 20684)
+++ gnunet/src/mysql/mysql.c    2012-03-22 18:06:14 UTC (rev 20685)
@@ -563,6 +563,8 @@
  * @param result_size number of elements in results array
  * @param results pointer to already initialized MYSQL_BIND
  *        array (of sufficient size) for passing results
+ * @param processor function to call on each result
+ * @param processor_cls extra argument to processor
  * @param ap pairs and triplets of "MYSQL_TYPE_XXX" keys and their respective
  *        values (size + buffer-reference for pointers); terminated
  *        with "-1"

Modified: gnunet/src/util/crypto_hash.c
===================================================================
--- gnunet/src/util/crypto_hash.c       2012-03-22 18:02:25 UTC (rev 20684)
+++ gnunet/src/util/crypto_hash.c       2012-03-22 18:06:14 UTC (rev 20685)
@@ -609,7 +609,7 @@
 /**
  * Truncate doubled short hash back to a short hash.
  *
- * @param lh doubled short hash to reduce again
+ * @param dh doubled short hash to reduce again
  * @param sh where to store the short hash
  * @return GNUNET_OK on success, GNUNET_SYSERR if this was not a
  *         doubled short hash




reply via email to

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