diff options
author | Haru <haru@dotalux.com> | 2015-09-17 13:02:31 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-25 12:48:09 +0200 |
commit | 8c2976608d48a1dd2b32ac0386604566910a3522 (patch) | |
tree | 638079ee149b66ad094124255836e76a06b876d9 /src/common/HPMDataCheck.h | |
parent | 8b14ab29582cc0adb97a545ce03a827ad93ff34f (diff) | |
download | hercules-8c2976608d48a1dd2b32ac0386604566910a3522.tar.gz hercules-8c2976608d48a1dd2b32ac0386604566910a3522.tar.bz2 hercules-8c2976608d48a1dd2b32ac0386604566910a3522.tar.xz hercules-8c2976608d48a1dd2b32ac0386604566910a3522.zip |
Upgraded Doxygen configuration file to 1.8.10
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/HPMDataCheck.h')
-rw-r--r-- | src/common/HPMDataCheck.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h index 7eb4029aa..4fd16114b 100644 --- a/src/common/HPMDataCheck.h +++ b/src/common/HPMDataCheck.h @@ -106,6 +106,7 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = { #endif // COMMON_CONF_H #ifdef COMMON_CONSOLE_H { "CParseEntry", sizeof(struct CParseEntry), SERVER_TYPE_ALL }, + { "console_input_interface", sizeof(struct console_input_interface), SERVER_TYPE_ALL }, { "console_interface", sizeof(struct console_interface), SERVER_TYPE_ALL }, #else #define COMMON_CONSOLE_H |