aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-16 07:15:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-16 07:15:05 +0000
commit27b7220f1b536f3854d9fa35d0bd12321ac858e3 (patch)
treeb73ec476775b70503cdc9975e8f2f748c47a8898 /lib/if2ip.h
parenta275365c72fb628c8ea1e246aac02f6ebcb2b20b (diff)
silly me
Diffstat (limited to 'lib/if2ip.h')
-rw-r--r--lib/if2ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if2ip.h b/lib/if2ip.h
index 239087d74..f2c3a541f 100644
--- a/lib/if2ip.h
+++ b/lib/if2ip.h
@@ -25,7 +25,7 @@
#include "setup.h"
#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \
- !defined(__riscos__) !defined(__INTERIX)
+ !defined(__riscos__) && !defined(__INTERIX)
extern char *Curl_if2ip(char *interface, char *buf, int buf_size);
#else
#define Curl_if2ip(a,b,c) NULL