]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
updated to match mygetline.c
authormortenp <none@none>
Thu, 22 Apr 2004 23:00:01 +0000 (09:00 +1000)
committermortenp <none@none>
Thu, 22 Apr 2004 23:00:01 +0000 (09:00 +1000)
include/mygetline.h

index 60db803e04038954c0cceb5d6f8973b53194f8d4..9f7c0be42af84c7ec09bfd4713cc05d00cd5aadc 100644 (file)
@@ -4,6 +4,7 @@
 
 #define BUFSIZE 256
 
-char *mygetline(FILE *infile);
+char *myfgetline(FILE *infile);
+char *mygetline(int fd);
 
 #endif /* #ifndef __MYGETLINE_H__ */