summaryrefslogtreecommitdiff
path: root/source4/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
commitac88647c13f7074e0dc9bbea87972ac513927083 (patch)
tree2c45a94d6d1109aba4748f5f3b94e4182ddf8601 /source4/include
parent1686d107f49102b95b782cc7ff15727f41512d94 (diff)
downloadsamba-ac88647c13f7074e0dc9bbea87972ac513927083.tar.gz
samba-ac88647c13f7074e0dc9bbea87972ac513927083.tar.bz2
samba-ac88647c13f7074e0dc9bbea87972ac513927083.zip
r17537: if we replace inet_ntoa() we need a prototype of
rep_inet_ntoa... metze (This used to be commit 78eaa905d53c5f678cf592284822f645eadbe3b2)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/system/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/system/network.h b/source4/include/system/network.h
index 83ebf9286f..b2c31583dc 100644
--- a/source4/include/system/network.h
+++ b/source4/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