summaryrefslogtreecommitdiff
path: root/src/char/inter.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-08-22 02:48:39 +0200
committerHaru <haru@dotalux.com>2016-08-22 03:33:11 +0200
commit95367b0951421ec0b9ba9fd22323eb75ec91decf (patch)
tree39dae7d59983fa46c33f987cea8229d430c861cf /src/char/inter.h
parent7174ca99be7f0113cb17bf9cb13eba50e4539fc0 (diff)
downloadhercules-95367b0951421ec0b9ba9fd22323eb75ec91decf.tar.gz
hercules-95367b0951421ec0b9ba9fd22323eb75ec91decf.tar.bz2
hercules-95367b0951421ec0b9ba9fd22323eb75ec91decf.tar.xz
hercules-95367b0951421ec0b9ba9fd22323eb75ec91decf.zip
Corrected an issue that caused the setting inter_configuration/log/log_inter to be ignored
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/inter.h')
-rw-r--r--src/char/inter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/inter.h b/src/char/inter.h
index 57d1db86c..dbbc6f4e8 100644
--- a/src/char/inter.h
+++ b/src/char/inter.h
@@ -54,6 +54,7 @@ struct inter_interface {
int (*parse_frommap) (int fd);
void (*final) (void);
bool (*config_read) (const char *filename, bool imported);
+ bool (*config_read_log) (const char *filename, const struct config_t *config, bool imported);
bool (*config_read_connection) (const char *filename, const struct config_t *config, bool imported);
};