]> 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 558a93757ba69196c1491dec1b3b1c3dcf4174ed..2fe74c8afdadfc88190e7ec75eeb3d144f54493d 100644 (file)
@@ -21,10 +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 void (handlerfunc) (char**, int, userrec*);
+typedef std::deque<std::string> file_cache;
 
 #endif