From 3ec43e18a4ffc46700de484251ea0bb2a18cde78 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 29 Jun 2007 17:09:39 +0000 Subject: [PATCH] r23659: file_pload is not used outside of util_file.c --- source/lib/util_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/util_file.c b/source/lib/util_file.c index 03246cad8e7..9c54c50b397 100644 --- a/source/lib/util_file.c +++ b/source/lib/util_file.c @@ -102,7 +102,7 @@ char *fgets_slash(char *s2,int maxlen,XFILE *f) Load from a pipe into memory. ****************************************************************************/ -char *file_pload(char *syscmd, size_t *size) +static char *file_pload(char *syscmd, size_t *size) { int fd, n; char *p; -- 2.11.4.GIT