aboutsummaryrefslogtreecommitdiff
path: root/src/my/my_result_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/my/my_result_helper.c')
-rw-r--r--src/my/my_result_helper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/my/my_result_helper.c b/src/my/my_result_helper.c
index b80f1c333..fd810b41c 100644
--- a/src/my/my_result_helper.c
+++ b/src/my/my_result_helper.c
@@ -715,7 +715,6 @@ GNUNET_MY_result_spec_uint16 (uint16_t *u16)
715 * Extract data from a MYSQL database @a result at row @a row 715 * Extract data from a MYSQL database @a result at row @a row
716 * 716 *
717 * @param cls closure 717 * @param cls closure
718 * @param cls closure
719 * @param[in,out] rs 718 * @param[in,out] rs
720 * @param stmt the mysql statement that is being run 719 * @param stmt the mysql statement that is being run
721 * @param column the column that is being processed 720 * @param column the column that is being processed
@@ -746,7 +745,6 @@ pre_extract_uint32 (void *cls,
746 * Extract data from a MYSQL database @a result at row @a row 745 * Extract data from a MYSQL database @a result at row @a row
747 * 746 *
748 * @param cls closure 747 * @param cls closure
749 * @param cls closure
750 * @param[in,out] rs 748 * @param[in,out] rs
751 * @param stmt the mysql statement that is being run 749 * @param stmt the mysql statement that is being run
752 * @param column the column that is being processed 750 * @param column the column that is being processed