diff options
author | Volker Lendecke <vl@samba.org> | 2016-11-16 16:54:38 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-11-20 02:28:11 +0100 |
commit | c06b78d0be5066c7e56c7715798f5a7b0b676451 (patch) | |
tree | 7a8f6e11d8aba135a5da766cae94d041d5c1359a /lib/util/samba_util.h | |
parent | 8742d239b2ee0d4dd3219c140081f722644044ae (diff) | |
download | samba-c06b78d0be5066c7e56c7715798f5a7b0b676451.tar.gz |
lib: Move x_fgets_slash to xfile.c
This makes it easier to remove the global #include xfile.h
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/util/samba_util.h')
-rw-r--r-- | lib/util/samba_util.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/util/samba_util.h b/lib/util/samba_util.h index 74adb25df24..2f8de9e7890 100644 --- a/lib/util/samba_util.h +++ b/lib/util/samba_util.h @@ -333,13 +333,6 @@ const char **str_list_make_v3_const(TALLOC_CTX *mem_ctx, /** -read a line from a file with possible \ continuation chars. -Blanks at the start or end of a line are stripped. -The string will be allocated if s2 is NULL -**/ -_PUBLIC_ char *x_fgets_slash(char *s2,int maxlen,XFILE *f); - -/** * Read one line (data until next newline or eof) and allocate it */ _PUBLIC_ char *afdgets(int fd, TALLOC_CTX *mem_ctx, size_t hint); |