aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-28 13:11:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-28 13:11:10 +0000
commit8f809e2a9329c419ac184d658b58902ace51e97b (patch)
tree28dd788dbbafbe323046fc1ce6816904ef6fd9a2 /lib/if2ip.h
parentf216059b4930be3bca1251a504fb43eda42a3d48 (diff)
James Bursa made it compile on RISC OS as well.
Diffstat (limited to 'lib/if2ip.h')
-rw-r--r--lib/if2ip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/if2ip.h b/lib/if2ip.h
index fdcb60b48..34f9a5111 100644
--- a/lib/if2ip.h
+++ b/lib/if2ip.h
@@ -24,7 +24,8 @@
***************************************************************************/
#include "setup.h"
-#if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__)
+#if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__) && \
+ ! defined(__riscos__)
extern char *Curl_if2ip(char *interface, char *buf, int buf_size);
#else
#define Curl_if2ip(a,b,c) NULL