From 27816093396dda3848672ed6cb792f05da9a0347 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 14 Nov 2009 18:52:33 +0000 Subject: [PATCH] - Fix build (try 2) svn path=/trunk/; revision=44165 --- reactos/drivers/network/tcpip/include/lock.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/drivers/network/tcpip/include/lock.h b/reactos/drivers/network/tcpip/include/lock.h index b7cad5d720d..31ed91a8495 100644 --- a/reactos/drivers/network/tcpip/include/lock.h +++ b/reactos/drivers/network/tcpip/include/lock.h @@ -12,8 +12,5 @@ extern VOID TcpipInterlockedInsertTailList( PLIST_ENTRY ListHead, PKSPIN_LOCK Lock ); extern VOID TcpipAcquireFastMutex( PFAST_MUTEX Mutex ); extern VOID TcpipReleaseFastMutex( PFAST_MUTEX Mutex ); -extern VOID TcpipRecursiveMutexInit( PRECURSIVE_MUTEX RecMutex ); -extern VOID TcpipRecursiveMutexEnter( PRECURSIVE_MUTEX RecMutex ); -extern VOID TcpipRecursiveMutexLeave( PRECURSIVE_MUTEX RecMutex ); #endif/*_LOCK_H*/