diff options
Diffstat (limited to 'plugins/TooltipNotify/src/DbHelpers.h')
-rw-r--r-- | plugins/TooltipNotify/src/DbHelpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TooltipNotify/src/DbHelpers.h b/plugins/TooltipNotify/src/DbHelpers.h index 94677569a8..98fa9c51de 100644 --- a/plugins/TooltipNotify/src/DbHelpers.h +++ b/plugins/TooltipNotify/src/DbHelpers.h @@ -2,6 +2,8 @@ //
//////////////////////////////////////////////////////////////////////
+#pragma once
+
bool ModuleSettingsExists(MCONTACT hContact, const char* pszModuleName);
void DeleteModuleSettings(MCONTACT hContact, const char* pszModuleName);
void RenameModule(MCONTACT hContact, const char* pszOldName, const char* pszNewName);
|