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/source3/include/async_smb.h

    r596 r745  
    2121#define __ASYNC_SMB_H__
    2222
    23 #include "includes.h"
     23struct cli_state;
    2424
    2525/*
     
    5252uint16_t cli_smb_req_mid(struct tevent_req *req);
    5353void cli_smb_req_set_mid(struct tevent_req *req, uint16_t mid);
     54
     55
    5456struct tevent_req *cli_smb_send(TALLOC_CTX *mem_ctx, struct event_context *ev,
    5557                                struct cli_state *cli,
     
    5860                                uint32_t num_bytes,
    5961                                const uint8_t *bytes);
    60 NTSTATUS cli_smb_recv(struct tevent_req *req, uint8_t min_wct,
    61                       uint8_t *pwct, uint16_t **pvwv,
     62NTSTATUS cli_smb_recv(struct tevent_req *req,
     63                      TALLOC_CTX *mem_ctx, uint8_t **pinbuf,
     64                      uint8_t min_wct, uint8_t *pwct, uint16_t **pvwv,
    6265                      uint32_t *pnum_bytes, uint8_t **pbytes);
    6366
Note: See TracChangeset for help on using the changeset viewer.