diff options
Diffstat (limited to 'src/base/system.h')
| -rw-r--r-- | src/base/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/system.h b/src/base/system.h index 4449907c..abb20b42 100644 --- a/src/base/system.h +++ b/src/base/system.h @@ -478,7 +478,7 @@ int net_addr_comp(const NETADDR *a, const NETADDR *b); - The string will always be zero terminated */ -int net_addr_str(const NETADDR *addr, char *string, int max_length); +void net_addr_str(const NETADDR *addr, char *string, int max_length); /* Group: Network UDP */ |