68
68
const char *descr; /* general descriptive text (for SHOW PLUGINS ) */
69
69
plugin_license_type license; /* plugin license (PLUGIN_LICENSE_XXX) */
70
70
initialize_func_t init; /* function to invoke when plugin is loaded */
72
72
options_func_t init_options; /* register command line options */