]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/inet.h
PM: introduce hibernation and suspend notifiers
[karo-tx-linux.git] / include / linux / inet.h
index b7c6da7d6d32466eac48edaf919b2182dbb8025d..675a7dbe86f876d68cbd7d9573b74e305e7091d8 100644 (file)
@@ -46,7 +46,7 @@
 #include <linux/types.h>
 
 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);
+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 */