lib: util: Add file_ploadv().
authorJeremy Allison <jra@samba.org>
Fri, 17 May 2019 04:56:13 +0000 (21:56 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 24 May 2019 19:00:05 +0000 (19:00 +0000)
commit5c34fa0b85e4d9a3c5fd4fa0b39af4772ec023db
treefc4693042655dfd45f4065139f125d47f115689b
parentf20538de041eed1cadbabe2149b2b7cfcb779cb5
lib: util: Add file_ploadv().

Not yet used.

Duplicate code to file_pload() except uses vectored
argument list. file_pload() will be removed once all
callers are converted.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13964

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/util/samba_util.h
lib/util/util_file.c