Merge branch 'acpi-misc'
[linux-2.6-microblaze.git] / include / linux / dns_resolver.h
index f2b3ae2..976cbbd 100644 (file)
@@ -26,7 +26,8 @@
 
 #include <uapi/linux/dns_resolver.h>
 
-extern int dns_query(const char *type, const char *name, size_t namelen,
+struct net;
+extern int dns_query(struct net *net, const char *type, const char *name, size_t namelen,
                     const char *options, char **_result, time64_t *_expiry,
                     bool invalidate);