Kaydet (Commit) 51777ce7 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Remove const-ness in inet_pton declaration.

üst 2b110f97
......@@ -217,7 +217,7 @@ Socket methods:
#ifndef MS_WINDOWS
#ifndef HAVE_INET_PTON
int inet_pton (int af, const char *src, void *dst);
int inet_pton (int af, char *src, void *dst);
char *inet_ntop(int af, void *src, char *dst, socklen_t size);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment