aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_peerstore_plugin.h')
-rw-r--r--src/include/gnunet_peerstore_plugin.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/gnunet_peerstore_plugin.h b/src/include/gnunet_peerstore_plugin.h
index 90ef619ac..90931b4e3 100644
--- a/src/include/gnunet_peerstore_plugin.h
+++ b/src/include/gnunet_peerstore_plugin.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_peerstore_plugin.h
23 * @brief plugin API for the peerstore database backend
24 * @author Omar Tarabai 22 * @author Omar Tarabai
23 *
24 * @file
25 * Plugin API for the peerstore database backend
26 *
27 * @defgroup peerstore-plugin Peer Store service plugin API
28 * Plugin API for the peerstore database backend
29 * @{
25 */ 30 */
26#ifndef GNUNET_PEERSTORE_PLUGIN_H 31#ifndef GNUNET_PEERSTORE_PLUGIN_H
27#define GNUNET_PEERSTORE_PLUGIN_H 32#define GNUNET_PEERSTORE_PLUGIN_H
@@ -124,5 +129,6 @@ struct GNUNET_PEERSTORE_PluginFunctions
124} 129}
125#endif 130#endif
126 131
127/* end of gnunet_peerstore_plugin.h */
128#endif 132#endif
133
134/** @} */ /* end of group */