aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_postgres_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_postgres_lib.h')
-rw-r--r--src/include/gnunet_postgres_lib.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/include/gnunet_postgres_lib.h b/src/include/gnunet_postgres_lib.h
index b0a8f9229..bad9e5e86 100644
--- a/src/include/gnunet_postgres_lib.h
+++ b/src/include/gnunet_postgres_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_postgres_lib.h
22 * @brief library to help with access to a Postgres database
23 * @author Christian Grothoff 21 * @author Christian Grothoff
22 *
23 * @file
24 * Helper library to access a PostgreSQL database
25 *
26 * @defgroup postgres PostgreSQL library
27 * Helper library to access a PostgreSQL database.
28 * @{
24 */ 29 */
25#ifndef GNUNET_POSTGRES_LIB_H 30#ifndef GNUNET_POSTGRES_LIB_H
26#define GNUNET_POSTGRES_LIB_H 31#define GNUNET_POSTGRES_LIB_H
@@ -151,7 +156,6 @@ GNUNET_POSTGRES_delete_by_rowid (PGconn *dbh,
151 uint32_t rowid); 156 uint32_t rowid);
152 157
153 158
154
155#if 0 /* keep Emacsens' auto-indent happy */ 159#if 0 /* keep Emacsens' auto-indent happy */
156{ 160{
157#endif 161#endif
@@ -159,5 +163,6 @@ GNUNET_POSTGRES_delete_by_rowid (PGconn *dbh,
159} 163}
160#endif 164#endif
161 165
162/* end of gnunet_postgres_lib.h */
163#endif 166#endif
167
168/** @} */ /* end of group */