Move transfer_file and transfer_file_internal to a module of their own.
authorMichael Adam <obnox@samba.org>
Thu, 10 Jan 2008 13:27:52 +0000 (14:27 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 10 Jan 2008 13:31:25 +0000 (14:31 +0100)
commit395f29d8b768a56af20b37f185eccdc5f37b68d5
treeed6566dc493aa0967f409345e47bde7e0ec713ac
parent4ed238b1e46f7680a29ebdbfe9500d16718f9057
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
source/Makefile.in
source/include/includes.h
source/include/transfer_file.h [new file with mode: 0644]
source/lib/util.c
source/lib/util_transfer_file.c [new file with mode: 0644]