diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-06-13 15:23:39 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-06-13 15:23:39 +0200 |
commit | caa0c27a5a485151a0de21e700680c1e46ab85b4 (patch) | |
tree | 41b01860454097a5c88c7601dc718db4205f92f0 /include | |
parent | 9f27390382f8c341e59731fb4c026c93ef4fde4b (diff) |
Pull in bancache.h from inspircd.h
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 94b6cbafd..60c8f761d 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -78,6 +78,7 @@ CoreExport extern InspIRCd* ServerInstance; #include "configreader.h" #include "inspstring.h" #include "protocol.h" +#include "bancache.h" /** Returned by some functions to indicate failure. */ |