This is the warning I get:
db.c: In function `fread_letter':
db.c:663: warning: implicit declaration of function `_filbuf' db.c: In
this is the function:
char fread_letter(FILE *fp)
{
char c;
do {
c = getc(fp);
} while (isspace(c));
return c;
}
(?)
* Classic@Cloud9.net * tpedersen@kraft.com *
* http://www.cloud9.net/~classic *
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://cspo.queensu.ca/~fletcher/Circle/list_faq.html |
+-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST