d58654a1f302a3b3ce7ca0ebf9f4837b06d1a608
[reactos.git] / reactos / drivers / net / tcpip / include / tcp.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS TCP/IP protocol driver
4 * FILE: include/tcp.h
5 * PURPOSE: Transmission Control Protocol definitions
6 */
7 #ifndef __TCP_H
8 #define __TCP_H
9
10 NTSTATUS TCPStartup(
11 VOID);
12
13 NTSTATUS TCPShutdown(
14 VOID);
15
16 #endif /* __TCP_H */
17
18 /* EOF */