]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/globals.h
More stuff for allowing hostnames in <bind> and <link> again - note there is a FIXME...
[user/henk/code/inspircd.git] / include / globals.h
index e9f106b05004438e8ffcf4423a5bbbe987977543..9fd7e3705a0d01708a9ed7eef4553ef43fe7e678 100644 (file)
@@ -27,6 +27,9 @@
 #include "channels.h"
 
 typedef std::deque<std::string> file_cache;
+typedef std::pair< std::string, std::string > KeyVal;
+typedef std::vector< KeyVal > KeyValList;
+typedef std::multimap< std::string, KeyValList > ConfigDataHash;
 
 void WriteOpers(char* text, ...);
 void log(int level, char *text, ...);