From ff4f3f20705c70cd156ba82edbc2f80f9903ae5c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 28 Jul 2008 18:32:32 +0000 Subject: [PATCH] Fixed warning on Solaris. --- src/libCom/misc/ipAddrToAsciiAsynchronous.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp b/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp index b4d1cae1b..f6597428d 100644 --- a/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp +++ b/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp @@ -80,8 +80,10 @@ template class tsFreeList # pragma warning ( pop ) #endif +extern "C" { static void ipAddrToAsciiEngineGlobalMutexConstruct ( void * ); static void ipAddrToAsciiEngineGlobalMutexDestruct ( void * ); +} // - this class executes the synchronous DNS query // - it creates one thread