X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fconfigreader.h;h=f3137ec0a982d1320be1856de07d62fd29e3c0f0;hb=662364f8551b3db2a3cbc0000f2d3eec091d8e07;hp=f3b1f8b741dc27ba58aea1591c832dd72a5b787a;hpb=e3bcf95ee996c058c73879c12ac5a487f8dcdf46;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/configreader.h b/include/configreader.h index f3b1f8b74..f3137ec0a 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -227,6 +227,14 @@ class CoreExport ServerConfig std::string PrependModule(const std::string& fn) const { return FileSystem::ExpandPath(Module, fn); } }; + /** Holds a complete list of all connect blocks + */ + typedef std::vector > ClassVector; + + /** Index of valid oper blocks and types + */ + typedef std::map > OperIndex; + /** Get a configuration tag * @param tag The name of the tag to get */