1 /* read-line.h:
2  *
3  ****************************************************************
4  * Copyright (C) 2003 Tom Lord
5  *
6  * See the file "COPYING" for further information about
7  * the copyright and warranty status of this work.
8  */
9 
10 #ifndef INCLUDE__LIBFSUTILS__READ_LINE_H
11 #define INCLUDE__LIBFSUTILS__READ_LINE_H
12 
13 
14 
15 /* automatically generated __STDC__ prototypes */
16 extern t_uchar * read_line_from_fd (int in_fd);
17 extern t_uchar * read_line_from_file (const t_uchar * path);
18 #endif  /* INCLUDE__LIBFSUTILS__READ_LINE_H */
19 
20 
21 /* tag: Tom Lord Sat Jan  5 15:26:10 2002 (read-line.h)
22  */
23