aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/gnunet-peerinfo_plugins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool/gnunet-peerinfo_plugins.h')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo_plugins.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo_plugins.h b/src/peerinfo-tool/gnunet-peerinfo_plugins.h
index b278cfa21..ed8da87d5 100644
--- a/src/peerinfo-tool/gnunet-peerinfo_plugins.h
+++ b/src/peerinfo-tool/gnunet-peerinfo_plugins.h
@@ -34,14 +34,14 @@
34 * @param cfg configuration to use 34 * @param cfg configuration to use
35 */ 35 */
36void 36void
37GPI_plugins_load(const struct GNUNET_CONFIGURATION_Handle *cfg); 37GPI_plugins_load (const struct GNUNET_CONFIGURATION_Handle *cfg);
38 38
39 39
40/** 40/**
41 * Unload all plugins 41 * Unload all plugins
42 */ 42 */
43void 43void
44GPI_plugins_unload(void); 44GPI_plugins_unload (void);
45 45
46 46
47/** 47/**
@@ -51,7 +51,7 @@ GPI_plugins_unload(void);
51 * @return the plugin's API, NULL if the plugin is not loaded 51 * @return the plugin's API, NULL if the plugin is not loaded
52 */ 52 */
53struct GNUNET_TRANSPORT_PluginFunctions * 53struct GNUNET_TRANSPORT_PluginFunctions *
54GPI_plugins_find(const char *name); 54GPI_plugins_find (const char *name);
55 55
56 56
57#endif 57#endif