summaryrefslogtreecommitdiff
path: root/include/typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/typedefs.h')
-rw-r--r--include/typedefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/typedefs.h b/include/typedefs.h
index da2775152..250bec5c9 100644
--- a/include/typedefs.h
+++ b/include/typedefs.h
@@ -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::vector<LocalUser*> LocalUserList;
+
/** A list of failed port bindings, used for informational purposes on startup */
typedef std::vector<std::pair<std::string, std::string> > FailedPortList;