summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2014-02-06 13:29:43 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2014-02-06 13:29:43 +0100
commite7853fa6ed991fdd7bcb4b2c842761742ae3c912 (patch)
tree404ba378af827ffbc75dd75d7a5e8e8dcf62e219
parentff4478dcc51713a37a7db957a7a7747253307c48 (diff)
downloadhercules-e7853fa6ed991fdd7bcb4b2c842761742ae3c912.tar.gz
hercules-e7853fa6ed991fdd7bcb4b2c842761742ae3c912.tar.bz2
hercules-e7853fa6ed991fdd7bcb4b2c842761742ae3c912.tar.xz
hercules-e7853fa6ed991fdd7bcb4b2c842761742ae3c912.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
-rw-r--r--src/common/HPMDataCheck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h
index 19b079418..48089964d 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -7,7 +7,7 @@
#define _HPM_DATA_CHECK_H_
-const struct s_HPMDataCheck HPMDataCheck[] = {
+HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
#ifdef _COMMON_CONF_H_
{ "libconfig_interface", sizeof(struct libconfig_interface) },
#else
@@ -125,6 +125,6 @@ const struct s_HPMDataCheck HPMDataCheck[] = {
#define _MAP_SKILL_H_
#endif // _MAP_SKILL_H_
};
-unsigned int HPMDataCheckLen = ARRAYLENGTH(HPMDataCheck);
+HPExport unsigned int HPMDataCheckLen = ARRAYLENGTH(HPMDataCheck);
#endif /* _HPM_DATA_CHECK_H_ */