Implement data ack in CADET MQ API
[oweals/gnunet.git] / src / include / gnunet_datacache_plugin.h
index cda4e88ceec1479080e6b67db37b5635f139facb..166c7bc3b63cf7bcca1a3fec914bc1d890f9151b 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     Copyright (C) 2006, 2009, 2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2006, 2009, 2015 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -24,7 +24,7 @@
  * @file
  * API for database backends for the datacache
  *
- * @defgroup datacache-plugin  Datacache plugin API
+ * @defgroup datacache-plugin  Data Cache plugin API
  * API for database backends for the datacache
  * @{
  */
@@ -186,7 +186,6 @@ struct GNUNET_DATACACHE_PluginFunctions
 
 };
 
-/** @} */  /* end of group */
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {
@@ -195,5 +194,6 @@ struct GNUNET_DATACACHE_PluginFunctions
 }
 #endif
 
-/* end of gnunet_datacache_plugin.h */
 #endif
+
+/** @} */  /* end of group */