63
60
const char *name; /* plugin name (for SHOW PLUGINS) */
64
61
const char *version; /* plugin version (for SHOW PLUGINS) */
65
62
const char *author; /* plugin author (for SHOW PLUGINS) */
66
63
const char *descr; /* general descriptive text (for SHOW PLUGINS ) */
67
64
plugin_license_type license; /* plugin license (PLUGIN_LICENSE_XXX) */
68
65
initialize_func_t init; /* function to invoke when plugin is loaded */
70
69
void *reserved1; /* reserved for dependency checking */