inet_ntoa() is available on all machines that matter, and defining it

ourselves without adequate auto-configuration creates more problems
than it solves.  In particular since we defined it with the wrong
type.
This commit is contained in:
Markus Armbruster 2004-02-29 11:41:08 +00:00
parent f6d7ebb480
commit d500806bc8
3 changed files with 2 additions and 58 deletions

View file

@ -208,9 +208,6 @@ extern int roll(int);
extern int roundavg(double);
extern int chance(double);
extern void disassoc(void);
#if !defined(_WIN32)
extern s_char *inet_ntoa(struct in_addr);
#endif
extern int diffx(int, int);
extern int diffy(int, int);
extern int deltax(int, int);