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/wbclient/wbclient.h

    r414 r745  
    2121#include "lib/messaging/irpc.h"
    2222#include "libcli/composite/composite.h"
    23 #include "librpc/gen_ndr/ndr_winbind.h"
     23#include "librpc/gen_ndr/ndr_winbind_c.h"
    2424
    2525struct wbc_context {
    26         struct messaging_context *msg_ctx;
    2726        struct tevent_context *event_ctx;
    28         struct server_id *ids;
     27        struct dcerpc_binding_handle *irpc_handle;
    2928};
    3029
     
    3635                                                TALLOC_CTX *mem_ctx,
    3736                                                uint32_t count,
    38                                                 struct id_mapping *ids);
     37                                                struct id_map *ids);
    3938
    4039NTSTATUS wbc_sids_to_xids_recv(struct composite_context *ctx,
    41                                struct id_mapping **ids);
     40                               struct id_map **ids);
    4241
    4342struct composite_context *wbc_xids_to_sids_send(struct wbc_context *wbc_ctx,
    4443                                                TALLOC_CTX *mem_ctx,
    4544                                                uint32_t count,
    46                                                 struct id_mapping *ids);
     45                                                struct id_map *ids);
    4746
    4847NTSTATUS wbc_xids_to_sids_recv(struct composite_context *ctx,
    49                                struct id_mapping **ids);
     48                               struct id_map **ids);
    5049
Note: See TracChangeset for help on using the changeset viewer.