]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/typedefs.h
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / include / typedefs.h
index da277515285cd7f6339c58d64a43f26ba50b5ae5..06f704120126309a93114d0996ea20d24139e75e 100644 (file)
@@ -64,6 +64,10 @@ struct ResourceRecord;
        typedef nspace::hash_map<std::string, Channel*, nspace::hash<std::string>, irc::StrHashComp> chan_hash;
 #endif
 
+/** A list holding local users, this is the type of UserManager::local_users
+ */
+typedef std::list<LocalUser*> LocalUserList;
+
 /** A list of failed port bindings, used for informational purposes on startup */
 typedef std::vector<std::pair<std::string, std::string> > FailedPortList;