summaryrefslogtreecommitdiff
path: root/source3/libaddns/dns.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-08-24 20:17:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:49 -0500
commit49a3f72ebbf2ace388d0b6a488a9ae0b2c5675ac (patch)
tree9ee5099448515fe5a183ee4c6a198180e84f8389 /source3/libaddns/dns.h
parent25a685b71ad4e6584b41641fcbee1a972714a27a (diff)
downloadsamba-49a3f72ebbf2ace388d0b6a488a9ae0b2c5675ac.tar.gz
samba-49a3f72ebbf2ace388d0b6a488a9ae0b2c5675ac.tar.bz2
samba-49a3f72ebbf2ace388d0b6a488a9ae0b2c5675ac.zip
r17805: Sorry Jerry, I could not stand the warnings... :-)
(This used to be commit f5fcafd77e8a749659ef90296402c5130f45419b)
Diffstat (limited to 'source3/libaddns/dns.h')
-rw-r--r--source3/libaddns/dns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libaddns/dns.h b/source3/libaddns/dns.h
index bdc7cb24de..b4c9100393 100644
--- a/source3/libaddns/dns.h
+++ b/source3/libaddns/dns.h
@@ -428,8 +428,8 @@ void DNSRecordGenerateOffsets( DNS_RR_RECORD * pDNSRecord );
int32 MapDNSResponseCodes( int16 wResponseCode );
int32 GetLastError( void );
int32 WSAGetLastError( void );
-int32 DNSAllocateMemory(int32 dwSize, void * * ppMemory);
-int32 DNSReallocMemory(void * pMemory, void * * ppNewMemory, int32 dwSize);
+int32 DNSAllocateMemory(int32 dwSize, void * ppMemory);
+int32 DNSReallocMemory(void * pMemory, void * ppNewMemory, int32 dwSize);
void DNSFreeMemory( void * pMemory );
int32 DNSAllocateString(char *pszInputString, char **ppszOutputString);
void DNSFreeString(char * pszString);