summaryrefslogtreecommitdiff
path: root/src/common/showmsg.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-02-03 16:04:17 -0200
committershennetsind <ind@henn.et>2014-02-03 16:04:17 -0200
commit250ec31ab4af9a3370d4412689802f9c46c45bea (patch)
treecf9bce988a6237d63c35bc1135bed036e64f38e7 /src/common/showmsg.h
parent26af96e93821b1b4b918086473b987b5382c7b3a (diff)
downloadhercules-250ec31ab4af9a3370d4412689802f9c46c45bea.tar.gz
hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.tar.bz2
hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.tar.xz
hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.zip
Wrap up on HPMDC
http://hercules.ws/board/topic/4283-introducing-hpm-datacheck/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common/showmsg.h')
-rw-r--r--src/common/showmsg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/showmsg.h b/src/common/showmsg.h
index b59214ab0..49fbc34fb 100644
--- a/src/common/showmsg.h
+++ b/src/common/showmsg.h
@@ -5,7 +5,7 @@
#ifndef _COMMON_SHOWMSG_H_
#define _COMMON_SHOWMSG_H_
-#ifndef _HPMi_H_
+#ifndef _COMMON_HPMI_H_
#include "../../3rdparty/libconfig/libconfig.h"
#endif
@@ -90,7 +90,7 @@ enum msg_type {
};
extern void ClearScreen(void);
-#ifndef _HPMi_H_
+#ifndef _COMMON_HPMI_H_
extern void ShowMessage(const char *, ...);
extern void ShowStatus(const char *, ...);
extern void ShowSQL(const char *, ...);