aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mysql_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mysql_lib.h')
-rw-r--r--src/include/gnunet_mysql_lib.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_mysql_lib.h b/src/include/gnunet_mysql_lib.h
index 96e3b9e49..83b10cf79 100644
--- a/src/include/gnunet_mysql_lib.h
+++ b/src/include/gnunet_mysql_lib.h
@@ -18,9 +18,14 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20/** 20/**
21 * @file include/gnunet_mysql_lib.h
22 * @brief library to help with access to a MySQL database
23 * @author Christian Grothoff 21 * @author Christian Grothoff
22 *
23 * @file
24 * Helper library to access a MySQL database
25 *
26 * @defgroup mysql MySQL library
27 * Helper library to access a MySQL database.
28 * @{
24 */ 29 */
25#ifndef GNUNET_MYSQL_LIB_H 30#ifndef GNUNET_MYSQL_LIB_H
26#define GNUNET_MYSQL_LIB_H 31#define GNUNET_MYSQL_LIB_H
@@ -202,6 +207,7 @@ GNUNET_MYSQL_statement_run_prepared (struct GNUNET_MYSQL_Context *mc,
202 struct GNUNET_MYSQL_StatementHandle *sh, 207 struct GNUNET_MYSQL_StatementHandle *sh,
203 unsigned long long *insert_id, ...); 208 unsigned long long *insert_id, ...);
204 209
210/** @} */ /* end of group */
205 211
206#if 0 /* keep Emacsens' auto-indent happy */ 212#if 0 /* keep Emacsens' auto-indent happy */
207{ 213{