fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / linux / inet.h
index 3b5e9fd..675a7db 100644 (file)
@@ -45,6 +45,8 @@
 #ifdef __KERNEL__
 #include <linux/types.h>
 
-extern __u32 in_aton(const char *str);
+extern __be32 in_aton(const char *str);
+extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
+extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
 #endif
 #endif /* _LINUX_INET_H */