Fix the argument to BindPorts not being documented.

This commit is contained in:
Sadie Powell 2024-08-27 15:09:40 +01:00
parent 491d82677d
commit 1302f6ee6d

View File

@ -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.