Add context for libcli_resolve.
[samba-svnmirror.git] / source / libnet / libnet_lookup.h
index 69cc0b5ade2a227f178a2d98769f522ed4d00e9a..189ae58b394d0426b72c2657b9126f4c5fff8683 100644 (file)
@@ -22,7 +22,7 @@ struct libnet_Lookup {
        struct {
                const char *hostname;
                int type;
-               const char **methods;
+               struct resolve_context *resolve_ctx;
        } in;
        struct {
                const char **address;