summaryrefslogtreecommitdiff
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.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/include/gnunet_peerstore_plugin.h b/src/include/gnunet_peerstore_plugin.h
index bd5d18068..20130dec2 100644
--- a/src/include/gnunet_peerstore_plugin.h
+++ b/src/include/gnunet_peerstore_plugin.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @author Omar Tarabai 22 * @author Omar Tarabai
@@ -46,9 +46,7 @@ extern "C"
46/** 46/**
47 * @brief struct returned by the initialization function of the plugin 47 * @brief struct returned by the initialization function of the plugin
48 */ 48 */
49struct GNUNET_PEERSTORE_PluginFunctions 49struct GNUNET_PEERSTORE_PluginFunctions {
50{
51
52 /** 50 /**
53 * Closure to pass to all plugin functions. 51 * Closure to pass to all plugin functions.
54 */ 52 */
@@ -119,7 +117,6 @@ struct GNUNET_PEERSTORE_PluginFunctions
119 struct GNUNET_TIME_Absolute now, 117 struct GNUNET_TIME_Absolute now,
120 GNUNET_PEERSTORE_Continuation cont, 118 GNUNET_PEERSTORE_Continuation cont,
121 void *cont_cls); 119 void *cont_cls);
122
123}; 120};
124 121
125 122