missing eFileUpdateOptions from a removal fixed

This commit is contained in:
d1str4ught
2025-09-28 15:40:16 +02:00
parent cf2bb98569
commit 7504f3ae61
2 changed files with 0 additions and 10 deletions

View File

@@ -457,13 +457,6 @@ bool DESC_MANAGER::LoadClientPackageCryptInfo(const char* pDirName)
{
return m_pPackageCrypt->LoadPackageCryptInfo(pDirName);
}
#ifdef OS_FREEBSD
void DESC_MANAGER::NotifyClientPackageFileChanged( const std::string& dirName, eFileUpdatedOptions eUpdateOption )
{
Instance().LoadClientPackageCryptInfo(dirName.c_str());
}
#endif
void DESC_MANAGER::SendClientPackageCryptKey( LPDESC desc )
{