David LeBlanc's fixes!

This commit is contained in:
Daniel Stenberg
2000-05-29 22:51:13 +00:00
parent abc751ae13
commit a0ce95e155
7 changed files with 140 additions and 82 deletions

View File

@@ -42,9 +42,9 @@
#include "setup.h"
#if ! defined(WIN32) && ! defined(__BEOS__)
char *if2ip(char *interface);
extern char *if2ip(char *interface, char *buf, int buf_size);
#else
#define if2ip(x) NULL
#define if2ip(a,b,c) NULL
#endif
#endif