aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_plugin_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-23 08:38:43 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-23 08:38:43 +0000
commit12faacd1ef84944a000c6cd01e2b44d0f404e236 (patch)
tree848e0d996e3a0201dffc1e3da31941d7146a6de0 /src/include/gnunet_plugin_lib.h
parentc6e5a96f679fe6e35e29792e4992fa337a3b69b5 (diff)
downloadgnunet-12faacd1ef84944a000c6cd01e2b44d0f404e236.tar.gz
gnunet-12faacd1ef84944a000c6cd01e2b44d0f404e236.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_plugin_lib.h')
-rw-r--r--src/include/gnunet_plugin_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_plugin_lib.h b/src/include/gnunet_plugin_lib.h
index b36e77ade..daf1b4cca 100644
--- a/src/include/gnunet_plugin_lib.h
+++ b/src/include/gnunet_plugin_lib.h
@@ -84,9 +84,9 @@ GNUNET_PLUGIN_load (const char *library_name, void *arg);
84 * 84 *
85 * @param cls closure 85 * @param cls closure
86 * @param library_name full name of the library (to be used with 86 * @param library_name full name of the library (to be used with
87 * 'GNUNET_PLUGIN_unload') 87 * #GNUNET_PLUGIN_unload)
88 * @param lib_ret return value from the initialization function 88 * @param lib_ret return value from the initialization function
89 * of the library (same as what 'GNUNET_PLUGIN_load' would 89 * of the library (same as what #GNUNET_PLUGIN_load would
90 * have returned for the given library name) 90 * have returned for the given library name)
91 */ 91 */
92typedef void (*GNUNET_PLUGIN_LoaderCallback) (void *cls, 92typedef void (*GNUNET_PLUGIN_LoaderCallback) (void *cls,
@@ -104,7 +104,7 @@ typedef void (*GNUNET_PLUGIN_LoaderCallback) (void *cls,
104 * @param basename basename of the plugins to load 104 * @param basename basename of the plugins to load
105 * @param arg argument to the plugin initialization function 105 * @param arg argument to the plugin initialization function
106 * @param cb function to call for each plugin found 106 * @param cb function to call for each plugin found
107 * @param cb_cls closure for 'cb' 107 * @param cb_cls closure for @a cb
108 */ 108 */
109void 109void
110GNUNET_PLUGIN_load_all (const char *basename, void *arg, 110GNUNET_PLUGIN_load_all (const char *basename, void *arg,