Added dummy declarations for getnetbyaddr and getnetbyname.

This commit is contained in:
mainzelm 2002-01-09 10:31:45 +00:00
parent f1f5d1310c
commit a8fa33646a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* OS-dependent support for what is supposed to be the standard ANSI C Library.
** Copyright (c) 1999 by Brian D. Carlstrom.
*/
struct netent *getnetbyaddr (long x, int y) {return NULL;}
struct netent *getnetbyname (const char *x) {return NULL;}