26 #ifndef GNUNET_PEERINFO_PLUGINS_H
27 #define GNUNET_PEERINFO_PLUGINS_H
static const struct GNUNET_CONFIGURATION_Handle * cfg
Configuration we are using.
struct GNUNET_TRANSPORT_PluginFunctions * GPI_plugins_find(const char *name)
Obtain the plugin API based on a plugin name.
void GPI_plugins_load(const struct GNUNET_CONFIGURATION_Handle *cfg)
Load transport plugins.
void GPI_plugins_unload(void)
Unload all plugins.
Each plugin is required to return a pointer to a struct of this type as the return value from its ent...