Link the new vampire code togeather.
[bbaumbach/samba-autobuild/.git] / source4 / libnet / libnet_vampire.h
index af461139ffca6b503fb47249f177b4740665c890..5e0c7594b20f8aff5597e33df380d0c4b8841b65 100644 (file)
 #ifndef __LIBNET_VAMPIRE_H__
 #define __LIBNET_VAMPIRE_H__
 
-struct libnet_vampire {
+struct libnet_Vampire {
        struct {
                const char *domain_name;
                const char *netbios_name;
+               const char *targetdir;
        } in;
        
        struct {
+               struct dom_sid *domain_sid;
+               const char *domain_name;
                const char *error_string;
        } out;
 };