2025-04-27 07:49:33 -04:00

30 lines
532 B
C

//+-------------------------------------------------------------------------
//
// 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