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/libcli/cldap/cldap.h

    r414 r745  
    2020*/
    2121
    22 #include "../libcli/netlogon.h"
     22#include "../libcli/netlogon/netlogon.h"
    2323
    2424struct ldap_message;
     
    117117                                       const struct cldap_netlogon *io);
    118118NTSTATUS cldap_netlogon_recv(struct tevent_req *req,
    119                              struct smb_iconv_convenience *iconv_convenience,
    120119                             TALLOC_CTX *mem_ctx,
    121120                             struct cldap_netlogon *io);
    122121NTSTATUS cldap_netlogon(struct cldap_socket *cldap,
    123                         struct smb_iconv_convenience *iconv_convenience,
    124122                        TALLOC_CTX *mem_ctx,
    125123                        struct cldap_netlogon *io);
    126124
    127125NTSTATUS cldap_netlogon_reply(struct cldap_socket *cldap,
    128                               struct smb_iconv_convenience *iconv_convenience,
    129126                              uint32_t message_id,
    130127                              struct tsocket_address *dst,
Note: See TracChangeset for help on using the changeset viewer.