r22791: make it possible to use smb2_create_blob_add() in the server code too
authorStefan Metzmacher <metze@samba.org>
Fri, 11 May 2007 10:05:13 +0000 (10:05 +0000)
committerStefan Metzmacher <metze@samba.org>
Fri, 11 May 2007 10:05:13 +0000 (10:05 +0000)
metze

source/libcli/smb2/create.c

index da21d090fdfe31f2f80d2ea436c90a087cf43986..fe91acbf0a54fd3f5c958d84e93639339dc2df0b 100644 (file)
@@ -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;