Move transfer_file and transfer_file_internal to a module of their own.
commitba2a2552822ded95358c11972005f2c353580439
authorMichael Adam <obnox@samba.org>
Thu, 10 Jan 2008 13:27:52 +0000 (10 14:27 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 10 Jan 2008 13:31:25 +0000 (10 14:31 +0100)
tree57a36d983f03bb986fabc453a9d3f9d4cb5c9a04
parent386caead47e97b9fdc991b713cb597f1a1c4a365
Move transfer_file and transfer_file_internal to a module of their own.

Also, don't auto-generate prototypes of the (two) exported functions
but make a start in having handwritten prototypes in dedicated header
files (not in includes.h ... :-)

Michael
(This used to be commit 395f29d8b768a56af20b37f185eccdc5f37b68d5)
source3/Makefile.in
source3/include/includes.h
source3/include/transfer_file.h [new file with mode: 0644]
source3/lib/util.c
source3/lib/util_transfer_file.c [new file with mode: 0644]