diff options
Diffstat (limited to 'src/common/HPMi.h')
-rw-r--r-- | src/common/HPMi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/HPMi.h b/src/common/HPMi.h index 0f2bed10d..1022a1ec2 100644 --- a/src/common/HPMi.h +++ b/src/common/HPMi.h @@ -204,8 +204,9 @@ HPExport struct HPMi_interface { bool (*addConf) (unsigned int pluginID, enum HPluginConfType type, char *name, void (*func) (const char *val)); /* pc group permission */ void (*addPCGPermission) (unsigned int pluginID, char *name, unsigned int *mask); -} HPMi_s; +}; #ifndef HERCULES_CORE +HPExport struct HPMi_interface HPMi_s; HPExport struct HPMi_interface *HPMi; #endif |