* sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX.
*/
-static int inet_pton4 __P((const char *src, u_char *dst));
-static int inet_pton6 __P((const char *src, u_char *dst));
+static int inet_pton4 __P((const char *src, u_char *dst)) internal_function;
+static int inet_pton6 __P((const char *src, u_char *dst)) internal_function;
/* int
* inet_pton(af, src, dst)
* Paul Vixie, 1996.
*/
static int
+internal_function
inet_pton4(src, dst)
const char *src;
u_char *dst;
* Paul Vixie, 1996.
*/
static int
+internal_function
inet_pton6(src, dst)
const char *src;
u_char *dst;