X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fconfigreader.h;h=f3137ec0a982d1320be1856de07d62fd29e3c0f0;hb=662364f8551b3db2a3cbc0000f2d3eec091d8e07;hp=8615388d521c832aa08cf3b129dd844cb738f6d5;hpb=046da7da9bf57ac9254f76fd1c43eadf1673cdf5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/configreader.h b/include/configreader.h index 8615388d5..f3137ec0a 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -231,6 +231,10 @@ class CoreExport ServerConfig */ 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 */