]> err.no Git - linux-2.6/blobdiff - include/linux/inet.h
[PATCH] Add the vgetcpu vsyscall
[linux-2.6] / include / linux / inet.h
index 3b5e9fdff872c5575464208dd8b4fbf8eb665652..b7c6da7d6d32466eac48edaf919b2182dbb8025d 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, char delim, const char **end);
+extern int in6_pton(const char *src, int srclen, u8 *dst, char delim, const char **end);
 #endif
 #endif /* _LINUX_INET_H */