/*++

Copyright (c) 2000 Microsoft Corporation

Module Name:

    connect.h

Abstract:

    Connect to AC: declaration.

Author:

    Shai Kariv  (shaik)  06-Jun-2000

Environment:

    User mode.

Revision History:

--*/

#ifndef _ACTEST_CONNECT_H_
#define _ACTEST_CONNECT_H_


HANDLE
ActpAcHandle(
    VOID
    );

VOID
ActpConnect2Ac(
    VOID
    );


#endif // _ACTEST_CONNECT_H_

