changeset 29:f13d7b715cd6

updated to match mygetline.c
author mortenp
date Fri, 23 Apr 2004 09:00:01 +1000
parents b7b8efd520ec
children 8d3803d8818a
files include/mygetline.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/mygetline.h	Fri Apr 23 07:25:12 2004 +1000
+++ b/include/mygetline.h	Fri Apr 23 09:00:01 2004 +1000
@@ -4,6 +4,7 @@
 
 #define BUFSIZE 256
 
-char *mygetline(FILE *infile);
+char *myfgetline(FILE *infile);
+char *mygetline(int fd);
 
 #endif /* #ifndef __MYGETLINE_H__ */