Refactoring: Add the routine cli_request_send()
authorVolker Lendecke <vl@samba.org>
Fri, 1 Aug 2008 21:14:51 +0000 (23:14 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 28 Aug 2008 15:53:36 +0000 (17:53 +0200)
commit7e73dd4e7622db64d30d48ba106892e0895fc188
treeafd4163f58a956ce9c9e1892b6dda9d053295c3e
parent5eee7423351ffd05486e33ff8eb905babcbc9422
Refactoring: Add the routine cli_request_send()

cli_request_send() is supposed to bundle all generic SMB-header handling. This
makes cli_request_new static to async_smb.c.
source/include/async_smb.h
source/include/proto.h
source/libsmb/async_smb.c
source/libsmb/clireadwrite.c