X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Fcore%2Fplugin.h;fp=src%2Finclude%2Fcore%2Fplugin.h;h=bcf01ec411bd5d2dc7e3ab25d17a99f88edd7037;hp=51d59051e5768ee5e73cb848b216876fadf1238c;hb=e48ff35c0684d772d4ba8bdc9f75dafcc0df6a36;hpb=5ef6f70a8eae3e4ee1a839e10b2d2037382463e0 diff --git a/src/include/core/plugin.h b/src/include/core/plugin.h index 51d5905..bcf01ec 100644 --- a/src/include/core/plugin.h +++ b/src/include/core/plugin.h @@ -93,6 +93,9 @@ sdb_plugin_set_info(sdb_plugin_info_t *info, int type, ...); * plugin callback functions: * See the description of the respective register function for what arguments * the callbacks expect. + * + * The specified name of callback functions is prepended with the plugin name + * before being registered with the core. */ typedef int (*sdb_plugin_config_cb)(oconfig_item_t *ci);