mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
libcliraw: Make smb_raw_write_recv public and include it in a public header.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Sep 25 17:12:05 CEST 2011 on sn-devel-104
This commit is contained in:
@ -302,7 +302,7 @@ _PUBLIC_ struct smbcli_request *smb_raw_write_send(struct smbcli_tree *tree, uni
|
||||
/****************************************************************************
|
||||
raw write interface (async recv)
|
||||
****************************************************************************/
|
||||
NTSTATUS smb_raw_write_recv(struct smbcli_request *req, union smb_write *parms)
|
||||
_PUBLIC_ NTSTATUS smb_raw_write_recv(struct smbcli_request *req, union smb_write *parms)
|
||||
{
|
||||
if (!smbcli_request_receive(req) ||
|
||||
!NT_STATUS_IS_OK(req->status)) {
|
||||
|
Reference in New Issue
Block a user