aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/gnunet-peerinfo_plugins.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/peerinfo-tool/gnunet-peerinfo_plugins.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
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