diff options
author | Peter Powell <petpow@saberuk.com> | 2019-12-09 01:34:02 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-12-09 01:34:02 +0000 |
commit | ad50225dc3d5ce6e44a5009351a7434b7249d233 (patch) | |
tree | 02b160ea49831a6ee192ba759768a2d0266e24a3 /include | |
parent | 350a01d60c94fbdd3c0b6361b98a77b148a35116 (diff) |
Make BindPorts return size_t instead of int.
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index f3e718dcc..8f5fdc176 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -348,7 +348,7 @@ class CoreExport InspIRCd /** Bind all ports specified in the configuration file. * @return The number of ports bound without error */ - int BindPorts(FailedPortList &failed_ports); + size_t BindPorts(FailedPortList &failed_ports); /** Find a user in the nick hash. * If the user cant be found in the nick hash check the uuid hash |