Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/libnet/libnet_vampire.h

    r414 r745  
    3737};
    3838
     39struct libnet_Replicate {
     40        struct {
     41                const char *domain_name;
     42                const char *netbios_name;
     43                const char *targetdir; /* optional, may be NULL */
     44                struct dom_sid *domain_sid;
     45                const char *realm;
     46                const char *server;
     47                const char *join_password;
     48                uint32_t kvno;
     49        } in;
     50        struct {
     51                const char *error_string;
     52        } out;
     53};
     54
     55/* Private context for the default callbacks */
     56struct libnet_vampire_cb_state;
    3957
    4058#endif /* __LIBNET_VAMPIRE_H__ */
Note: See TracChangeset for help on using the changeset viewer.