Changeset 745 for trunk/server/source3/include/async_smb.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
source3/include/async_smb.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/include/async_smb.h
r596 r745 21 21 #define __ASYNC_SMB_H__ 22 22 23 #include "includes.h" 23 struct cli_state; 24 24 25 25 /* … … 52 52 uint16_t cli_smb_req_mid(struct tevent_req *req); 53 53 void cli_smb_req_set_mid(struct tevent_req *req, uint16_t mid); 54 55 54 56 struct tevent_req *cli_smb_send(TALLOC_CTX *mem_ctx, struct event_context *ev, 55 57 struct cli_state *cli, … … 58 60 uint32_t num_bytes, 59 61 const uint8_t *bytes); 60 NTSTATUS cli_smb_recv(struct tevent_req *req, uint8_t min_wct, 61 uint8_t *pwct, uint16_t **pvwv, 62 NTSTATUS 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, 62 65 uint32_t *pnum_bytes, uint8_t **pbytes); 63 66
Note:
See TracChangeset
for help on using the changeset viewer.
