mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix the argument to BindPorts not being documented.
This commit is contained in:
parent
491d82677d
commit
1302f6ee6d
@ -271,9 +271,10 @@ public:
|
||||
bool BindPort(const std::shared_ptr<ConfigTag>& tag, const irc::sockets::sockaddrs& sa, std::vector<ListenSocket*>& oldports, sa_family_t protocol);
|
||||
|
||||
/** Binds all ports specified in the configuration file.
|
||||
* @param failedports The location to store details about the ports that failed to bind.
|
||||
* @return The number of ports bound without error.
|
||||
*/
|
||||
size_t BindPorts(FailedPortList& failed_ports);
|
||||
size_t BindPorts(FailedPortList& failedports);
|
||||
|
||||
/** Compares a password to a hashed password.
|
||||
* @param password The hashed password.
|
||||
|
Loading…
x
Reference in New Issue
Block a user