]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/inet.h
via-velocity: add velocity_set_rxbufsize helper
[linux-2.6-omap-h63xx.git] / include / linux / inet.h
index 6c5587af118d477354d7f738a688babd6524340f..1354080cf8cfa611d85f4594c2e7a74b2867f4ef 100644 (file)
@@ -42,9 +42,9 @@
 #ifndef _LINUX_INET_H
 #define _LINUX_INET_H
 
-#ifdef __KERNEL__
 #include <linux/types.h>
 
 extern __be32 in_aton(const char *str);
-#endif
+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 /* _LINUX_INET_H */