From: mortenp Date: Thu, 22 Apr 2004 23:00:01 +0000 (+1000) Subject: updated to match mygetline.c X-Git-Tag: RELEASE_1_0_0~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc08fb8a5f691e8555e443626d74b70763d2fb0;p=thirdparty%2Fmlmmj.git updated to match mygetline.c --- diff --git a/include/mygetline.h b/include/mygetline.h index 60db803e..9f7c0be4 100644 --- a/include/mygetline.h +++ b/include/mygetline.h @@ -4,6 +4,7 @@ #define BUFSIZE 256 -char *mygetline(FILE *infile); +char *myfgetline(FILE *infile); +char *mygetline(int fd); #endif /* #ifndef __MYGETLINE_H__ */