All callers want to see lines.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Fri Aug 15 11:53:56 UTC 2025 on atb-devel-224
/**
Load from a pipe into memory.
**/
-char *file_ploadv(char * const argl[], size_t *size)
+static char *file_ploadv(char *const argl[], size_t *size)
{
int fd, n;
char *p = NULL;
*/
bool file_compare(const char *path1, const char *path2);
-/*
- load from a pipe into memory.
- */
-char *file_ploadv(char * const argl[], size_t *size);
-
char **file_lines_ploadv(TALLOC_CTX *mem_ctx,
char *const argl[],
int *numlines);