From ac88647c13f7074e0dc9bbea87972ac513927083 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 14 Aug 2006 13:10:53 +0000 Subject: r17537: if we replace inet_ntoa() we need a prototype of rep_inet_ntoa... metze (This used to be commit 78eaa905d53c5f678cf592284822f645eadbe3b2) --- source4/include/system/network.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') 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 -- cgit