aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-22 18:06:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-22 18:06:14 +0000
commit1523e4484f658161ecbe4803ffab5d36ce277d0e (patch)
tree106f25485223de0f094b57bdf604a3078395c87b /src
parent3e38c60925c16fdf4bd5fdd1e26f7be3d20be985 (diff)
downloadgnunet-1523e4484f658161ecbe4803ffab5d36ce277d0e.tar.gz
gnunet-1523e4484f658161ecbe4803ffab5d36ce277d0e.zip
-doxygen
Diffstat (limited to 'src')
-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 c232a0065..7311c2c52 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,
168 * @param result_size number of elements in results array 168 * @param result_size number of elements in results array
169 * @param results pointer to already initialized MYSQL_BIND 169 * @param results pointer to already initialized MYSQL_BIND
170 * array (of sufficient size) for passing results 170 * array (of sufficient size) for passing results
171 * @param processor function to call on each result
172 * @param processor_cls extra argument to processor
171 * @param ap pairs and triplets of "MYSQL_TYPE_XXX" keys and their respective 173 * @param ap pairs and triplets of "MYSQL_TYPE_XXX" keys and their respective
172 * values (size + buffer-reference for pointers); terminated 174 * values (size + buffer-reference for pointers); terminated
173 * with "-1" 175 * with "-1"
diff --git a/src/mysql/mysql.c b/src/mysql/mysql.c
index 67d2e63d2..ac37a1b49 100644
--- a/src/mysql/mysql.c
+++ b/src/mysql/mysql.c
@@ -563,6 +563,8 @@ init_params (struct GNUNET_MYSQL_Context *mc,
563 * @param result_size number of elements in results array 563 * @param result_size number of elements in results array
564 * @param results pointer to already initialized MYSQL_BIND 564 * @param results pointer to already initialized MYSQL_BIND
565 * array (of sufficient size) for passing results 565 * array (of sufficient size) for passing results
566 * @param processor function to call on each result
567 * @param processor_cls extra argument to processor
566 * @param ap pairs and triplets of "MYSQL_TYPE_XXX" keys and their respective 568 * @param ap pairs and triplets of "MYSQL_TYPE_XXX" keys and their respective
567 * values (size + buffer-reference for pointers); terminated 569 * values (size + buffer-reference for pointers); terminated
568 * with "-1" 570 * with "-1"
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index 9f8c4b9cf..259f62eb8 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,
609/** 609/**
610 * Truncate doubled short hash back to a short hash. 610 * Truncate doubled short hash back to a short hash.
611 * 611 *
612 * @param lh doubled short hash to reduce again 612 * @param dh doubled short hash to reduce again
613 * @param sh where to store the short hash 613 * @param sh where to store the short hash
614 * @return GNUNET_OK on success, GNUNET_SYSERR if this was not a 614 * @return GNUNET_OK on success, GNUNET_SYSERR if this was not a
615 * doubled short hash 615 * doubled short hash