- Forgot this file from r36006

svn path=/branches/aicom-network-fixes/; revision=36008
This commit is contained in:
Cameron Gutman
2008-09-06 21:42:58 +00:00
parent 0658669a1e
commit 38a8193915
+3 -3
View File
@@ -20,9 +20,9 @@ typedef struct _PORT_SET {
FAST_MUTEX Mutex;
} PORT_SET, *PPORT_SET;
VOID PortsStartup( PPORT_SET PortSet,
UINT StartingPort,
UINT PortsToManage );
NTSTATUS PortsStartup( PPORT_SET PortSet,
UINT StartingPort,
UINT PortsToManage );
VOID PortsShutdown( PPORT_SET PortSet );
VOID DeallocatePort( PPORT_SET PortSet, ULONG Port );
BOOLEAN AllocatePort( PPORT_SET PortSet, ULONG Port );