r17537: if we replace inet_ntoa() we need a prototype of
authorStefan Metzmacher <metze@samba.org>
Mon, 14 Aug 2006 13:10:53 +0000 (13:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:35 +0000 (14:15 -0500)
rep_inet_ntoa...

metze
(This used to be commit 78eaa905d53c5f678cf592284822f645eadbe3b2)

source4/include/system/network.h

index 83ebf9286f2a5c4e9083a3ba25e254b1b0ff4dcc..b2c31583dcb50dccea8e781fc9e96efa648bbf8c 100644 (file)
@@ -70,6 +70,7 @@
 #endif
 
 #ifdef REPLACE_INET_NTOA
+char *rep_inet_ntoa(struct in_addr ip);
 #define inet_ntoa rep_inet_ntoa
 #endif