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)
commit58aa97c0d9db06588d1aba4f06a3c98ed2098d8f
tree601782ac1e5f1d214e7df883b421100f3409f505
parent52e23fe460ed662e10137503abd08f4bd6596651
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.
(This used to be commit 7e73dd4e7622db64d30d48ba106892e0895fc188)
source3/include/async_smb.h
source3/include/proto.h
source3/libsmb/async_smb.c
source3/libsmb/clireadwrite.c