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)
commitb2e7cdc6e899ca3c16edbb6c8786ff9aa999fa6e
tree819a600919a2c8b52e1021e6384c404f39445cce
parentac2bb838d537ca563ad2fe770b3e1c2fe8b1d9e7
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
source/lib/util.c
source/smbd/vfs.c