From 8d7e498db160f9a366400fc1c55dacbcffaf4196 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 16 Apr 2000 11:17:19 +0000 Subject: 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) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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 */ -- cgit