--- ray/src/meta/mtext.c 2003/02/22 02:07:26 1.1 +++ ray/src/meta/mtext.c 2003/06/26 00:49:15 1.4 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: mtext.c,v 1.1 2003/02/22 02:07:26 greg Exp $"; +static const char RCSid[] = "$Id: mtext.c,v 1.4 2003/06/26 00:49:15 schorsch Exp $"; #endif /* * Program to convert ascii file to metafile @@ -9,6 +9,7 @@ static const char RCSid[] = "$Id: mtext.c,v 1.1 2003/0 * cc mtext.c mfio.o syscalls.o misc.o */ +#include #include "meta.h" @@ -122,7 +123,6 @@ FILE *fp; static char linbuf[MAXLINE]; int nlines; char **section; - char *calloc(), *malloc(), *fgets(), *strcpy(); int maxlen; int done; int i, j, k; @@ -170,7 +170,6 @@ int maxlen; { int linwidt; - char *strncpy(); char *slin; int i, j;