aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-05 10:11:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-05 10:11:41 +0000
commit4031104404c6ceed5e57134125dcdb6cac51c564 (patch)
tree18bd035e58e42180cf416d0d94d4726cd44d9d7f /lib/if2ip.h
parent9f9cac7402f9f134be6f6d5b7fb830e9946a83d8 (diff)
Internal symbols that aren't static are now prefixed with 'Curl_'
Diffstat (limited to 'lib/if2ip.h')
-rw-r--r--lib/if2ip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/if2ip.h b/lib/if2ip.h
index 502f6732d..6a4801c2e 100644
--- a/lib/if2ip.h
+++ b/lib/if2ip.h
@@ -25,9 +25,9 @@
#include "setup.h"
#if ! defined(WIN32) && ! defined(__BEOS__)
-extern char *if2ip(char *interface, char *buf, int buf_size);
+extern char *Curl_if2ip(char *interface, char *buf, int buf_size);
#else
-#define if2ip(a,b,c) NULL
+#define Curl_if2ip(a,b,c) NULL
#endif
#endif