svn commit: samba r17537 - in branches/SAMBA_4_0/source/include/system: .

metze at samba.org metze at samba.org
Mon Aug 14 13:10:53 GMT 2006


Author: metze
Date: 2006-08-14 13:10:53 +0000 (Mon, 14 Aug 2006)
New Revision: 17537

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17537

Log:
if we replace inet_ntoa() we need a prototype of
rep_inet_ntoa...

metze
Modified:
   branches/SAMBA_4_0/source/include/system/network.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/system/network.h
===================================================================
--- branches/SAMBA_4_0/source/include/system/network.h	2006-08-14 12:54:37 UTC (rev 17536)
+++ branches/SAMBA_4_0/source/include/system/network.h	2006-08-14 13:10:53 UTC (rev 17537)
@@ -70,6 +70,7 @@
 #endif
 
 #ifdef REPLACE_INET_NTOA
+char *rep_inet_ntoa(struct in_addr ip);
 #define inet_ntoa rep_inet_ntoa
 #endif
 



More information about the samba-cvs mailing list