X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibnet.so_src%2Finclude_exp%2Fnet.h;h=5fe4ba1058688e83365e6dc5df026a0108ce471d;hb=adf8e7862b8375ba1d9b281be50fd5f9938ee662;hp=43445d19e4791cdf91be429d65f9f14346949da7;hpb=d0b4559f2936f6d9f06be0f7c3c51527a480ec0d;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libnet.so_src/include_exp/net.h b/Usermode/Libraries/libnet.so_src/include_exp/net.h index 43445d19..5fe4ba10 100644 --- a/Usermode/Libraries/libnet.so_src/include_exp/net.h +++ b/Usermode/Libraries/libnet.so_src/include_exp/net.h @@ -25,7 +25,7 @@ extern int Net_ParseAddress(const char *String, void *Addr); * \param AddressType Address family as returned by Net_ParseAddress * \param Address Address data */ -extern const char *Net_PrintAddress(int AddressType, void *Address); +extern const char *Net_PrintAddress(int AddressType, const void *Address); /** * \brief Get the size in bytes of an address type