aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_mysql_lib.h2
-rw-r--r--src/mysql/mysql.c2
-rw-r--r--src/util/crypto_hash.c2
3 files changed, 5 insertions, 1 deletions
diff --git a/src/include/gnunet_mysql_lib.h b/src/include/gnunet_mysql_lib.h
index c232a00652..7311c2c52b 100644
--- a/src/include/gnunet_mysql_lib.h
+++ b/src/include/gnunet_mysql_lib.h
@@ -168,6 +168,8 @@ GNUNET_MYSQL_statement_run_prepared_select (struct GNUNET_MYSQL_Context *mc,
* @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"
diff --git a/src/mysql/mysql.c b/src/mysql/mysql.c
index 67d2e63d2e..ac37a1b496 100644
--- a/src/mysql/mysql.c
+++ b/src/mysql/mysql.c
@@ -563,6 +563,8 @@ init_params (struct GNUNET_MYSQL_Context *mc,
* @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"
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index 9f8c4b9cfb..259f62eb81 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -609,7 +609,7 @@ GNUNET_CRYPTO_short_hash_double (const struct GNUNET_CRYPTO_ShortHashCode *sh,
/**
* 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