blob: 94677569a8dbccd74fa5c796621875bd7397635a (
plain)
1
2
3
4
5
6
7
|
// DbHelpers.h
//
//////////////////////////////////////////////////////////////////////
bool ModuleSettingsExists(MCONTACT hContact, const char* pszModuleName);
void DeleteModuleSettings(MCONTACT hContact, const char* pszModuleName);
void RenameModule(MCONTACT hContact, const char* pszOldName, const char* pszNewName);
|