diff --git a/Source/inet_pton.c b/Source/inet_pton.c index e8f39090d..f47519b14 100644 --- a/Source/inet_pton.c +++ b/Source/inet_pton.c @@ -56,7 +56,7 @@ static int inet_pton6(const char *src, uint8_t *dst); * Paul Vixie, 1996. */ int -GSPrivate_pton(int af, const char *src, void *dst) +inet_pton(int af, const char *src, void *dst) { switch (af) {