aboutsummaryrefslogtreecommitdiff
path: root/src/my
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-04 03:10:01 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:32 +0100
commit4be37a584715fd817b0d0f19158f21670bb21e1a (patch)
treeaf8340f8f0e48f5798794fdca3524d4d2490a2d5 /src/my
parent148b5a3e3b0c7778b847db9250353b93aef865a9 (diff)
downloadgnunet-4be37a584715fd817b0d0f19158f21670bb21e1a.tar.gz
gnunet-4be37a584715fd817b0d0f19158f21670bb21e1a.zip
-DOC: Comment stripping pass through MySQL library
Diffstat (limited to 'src/my')
-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