24 lines
291 B
C
24 lines
291 B
C
/*++
|
|
|
|
Copyright (C) 1997-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
CONNPNT.H
|
|
|
|
Abstract:
|
|
|
|
Declares the entry point for the thread that watches for new connections.
|
|
|
|
History:
|
|
|
|
a-davj 04-Mar-97 Created.
|
|
|
|
--*/
|
|
|
|
#ifndef _connpnt_H_
|
|
#define _connpnt_H_
|
|
|
|
|
|
#endif
|