summaryrefslogtreecommitdiff
path: root/source/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-08-14 13:10:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:35 -0500
commit78eaa905d53c5f678cf592284822f645eadbe3b2 (patch)
treeef499063e8247cb4916273ac2a1f0b5f40b79234 /source/include
parent177b713288be9c5d559a27d65e16521cbeefc958 (diff)
downloadsamba-78eaa905d53c5f678cf592284822f645eadbe3b2.tar.gz
r17537: if we replace inet_ntoa() we need a prototype of
rep_inet_ntoa... metze
Diffstat (limited to 'source/include')
-rw-r--r--source/include/system/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/system/network.h b/source/include/system/network.h
index 83ebf9286f2..b2c31583dcb 100644
--- a/source/include/system/network.h
+++ b/source/include/system/network.h
@@ -70,6 +70,7 @@
#endif
#ifdef REPLACE_INET_NTOA
+char *rep_inet_ntoa(struct in_addr ip);
#define inet_ntoa rep_inet_ntoa
#endif