]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/typedefs.h
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / include / typedefs.h
index 05cf9e8db65d36cfae42d5a17eb40fabd19968de..2fe74c8afdadfc88190e7ec75eeb3d144f54493d 100644 (file)
@@ -21,9 +21,9 @@ typedef nspace::hash_map<std::string, userrec*, nspace::hash<string>, irc::StrHa
 typedef nspace::hash_map<std::string, chanrec*, nspace::hash<string>, irc::StrHashComp> chan_hash;
 typedef nspace::hash_map<in_addr,string*, nspace::hash<in_addr>, irc::InAddr_HashComp> address_cache;
 typedef nspace::hash_map<std::string, WhoWasUser*, nspace::hash<string>, irc::StrHashComp> whowas_hash;
-typedef std::deque<command_t> command_table;
 typedef std::vector<std::string> servernamelist;
 typedef std::vector<ExtMode> ExtModeList;
 typedef ExtModeList::iterator ExtModeListIter;
+typedef std::deque<std::string> file_cache;
 
 #endif