David LeBlanc's fixes!
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user