aboutsummaryrefslogtreecommitdiff
path: root/src/util/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/plugin.c')
-rw-r--r--src/util/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/plugin.c b/src/util/plugin.c
index 08b32b295..dbd3519aa 100644
--- a/src/util/plugin.c
+++ b/src/util/plugin.c
@@ -151,7 +151,7 @@ resolve_function (struct PluginList *plug, const char *name)
151 * Test if a plugin exists. 151 * Test if a plugin exists.
152 * 152 *
153 * Note that the library must export a symbol called 153 * Note that the library must export a symbol called
154 * "library_name_init" for the test to succeed. 154 * "library_name_init" for the test to succeed.
155 * 155 *
156 * @param library_name name of the plugin to test if it is installed 156 * @param library_name name of the plugin to test if it is installed
157 * @return GNUNET_YES if the plugin exists, GNUNET_NO if not 157 * @return GNUNET_YES if the plugin exists, GNUNET_NO if not