diff options
| author | spacelord <[email protected]> | 2022-02-10 16:48:15 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:15 +0300 |
| commit | 16747e4f77455cca4932df21eb76f12cb0a97a5c (patch) | |
| tree | 4dd6da4102d99d0d69dec53c1050d290a850a9f2 /util/network/ip.h | |
| parent | a817f5de12611ec73085eba17f8ec7740a46bdb7 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/network/ip.h')
| -rw-r--r-- | util/network/ip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/network/ip.h b/util/network/ip.h index dc7c2d24a06..1697232c0d8 100644 --- a/util/network/ip.h +++ b/util/network/ip.h @@ -9,10 +9,10 @@ #include <util/generic/yexception.h> /// IPv4 address in network format -using TIpHost = ui32; +using TIpHost = ui32; /// Port number in host format -using TIpPort = ui16; +using TIpPort = ui16; /* * ipStr is in 'ddd.ddd.ddd.ddd' format |
