- Fix build (try 2)
authorCameron Gutman <aicommander@gmail.com>
Sat, 14 Nov 2009 18:52:33 +0000 (18:52 +0000)
committerCameron Gutman <aicommander@gmail.com>
Sat, 14 Nov 2009 18:52:33 +0000 (18:52 +0000)
svn path=/trunk/; revision=44165

reactos/drivers/network/tcpip/include/lock.h

index b7cad5d..31ed91a 100644 (file)
@@ -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*/