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

    r414 r745  
    2020*/
    2121
    22 #include "../libcli/netlogon.h"
     22#include "../libcli/netlogon/netlogon.h"
    2323
    2424/*
     
    4141        struct socket_context *sock;
    4242        struct tevent_context *event_ctx;
    43         struct smb_iconv_convenience *iconv_convenience;
    4443
    4544        /* the fd event */
     
    9493                                    void *private_data);
    9594struct nbt_dgram_socket *nbt_dgram_socket_init(TALLOC_CTX *mem_ctx,
    96                                                struct tevent_context *event_ctx,
    97                                                struct smb_iconv_convenience *);
     95                                               struct tevent_context *event_ctx);
    9896
    9997const char *dgram_mailslot_name(struct nbt_dgram_packet *packet);
Note: See TracChangeset for help on using the changeset viewer.