Correctly abstract the transfer_file mechanism with callbacks and void ptrs.
authorMichael Adam <obnox@samba.org>
Thu, 10 Jan 2008 12:30:43 +0000 (13:30 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 10 Jan 2008 12:30:46 +0000 (13:30 +0100)
commit5661ac6a389620ac543a384832de9ee9b64893c7
tree0d606250a2d50ae2a5617697f67dfa775bd77674
parent9f67ee6334f36f30ddfc2e86459cb764bccf1edf
Correctly abstract the transfer_file mechanism with callbacks and void ptrs.

This removes the in_fsp and out_fsp global variables hack from smbd/vfs.c.

Michael
(This used to be commit b2e7cdc6e899ca3c16edbb6c8786ff9aa999fa6e)
source3/lib/util.c
source3/smbd/vfs.c