diff options
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h index e9f106b05..9fd7e3705 100644 --- a/include/globals.h +++ b/include/globals.h @@ -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, ...); |