Author: metze Date: 2007-05-11 10:05:13 +0000 (Fri, 11 May 2007) New Revision: 22791
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22791 Log: make it possible to use smb2_create_blob_add() in the server code too metze Modified: branches/SAMBA_4_0/source/libcli/smb2/create.c Changeset: Modified: branches/SAMBA_4_0/source/libcli/smb2/create.c =================================================================== --- branches/SAMBA_4_0/source/libcli/smb2/create.c 2007-05-11 10:03:04 UTC (rev 22790) +++ branches/SAMBA_4_0/source/libcli/smb2/create.c 2007-05-11 10:05:13 UTC (rev 22791) @@ -31,9 +31,9 @@ /* add a blob to a smb2_create attribute blob */ -static NTSTATUS smb2_create_blob_add(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, - uint32_t tag, - DATA_BLOB add, BOOL last) +NTSTATUS smb2_create_blob_add(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, + uint32_t tag, + DATA_BLOB add, BOOL last) { NTSTATUS status; uint32_t ofs = blob->length;
