You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
532 B
30 lines
532 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: mscatprv.h
|
|
//
|
|
// History: 09-Mar-2000 reidk created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef MSCATPRV_H
|
|
#define MSCATPRV_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
|
|
extern BOOL WINAPI I_CryptCatAdminMigrateToNewCatDB();
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif // MSCATPRV_H
|