diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-16 11:17:19 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-16 11:17:19 +0000 |
commit | 8d7e498db160f9a366400fc1c55dacbcffaf4196 (patch) | |
tree | 9db7c7c562d4694b9e03af5d1e86d933e0084f6a /source3/include | |
parent | 19f946ba6fe442544ac9b0f71bcd33112fc79995 (diff) | |
download | samba-8d7e498db160f9a366400fc1c55dacbcffaf4196.tar.gz samba-8d7e498db160f9a366400fc1c55dacbcffaf4196.tar.bz2 samba-8d7e498db160f9a366400fc1c55dacbcffaf4196.zip |
converted a couple more functions to use a fd instead of a FILE*
added a new utility fn file_lines_slashcont() which is used to handle
files that treat a \ followed by a newline as a blank
(This used to be commit 384ecd9d66ccd31ee85000c0ca55d413d8f2cc53)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index dc9d9c389e..27711f2ed4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -383,6 +383,7 @@ char *file_load(char *fname, size_t *size); char **file_lines_load(char *fname, int *numlines); char **file_lines_pload(char *syscmd, int *numlines); void file_lines_free(char **lines); +void file_lines_slashcont(char **lines); /*The following definitions come from lib/util_sec.c */ |