diff options
Diffstat (limited to 'plugins/DbEditorPP/src/stdafx.h')
-rw-r--r-- | plugins/DbEditorPP/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/DbEditorPP/src/stdafx.h b/plugins/DbEditorPP/src/stdafx.h index 0bdf7d8b05..c038dd1b80 100644 --- a/plugins/DbEditorPP/src/stdafx.h +++ b/plugins/DbEditorPP/src/stdafx.h @@ -234,6 +234,7 @@ void addModuleDlg(MCONTACT hContact); // moduletree
void insertItem(MCONTACT hContact, const char *module, HTREEITEM hParent);
HTREEITEM findItemInTree(MCONTACT hContact, const char *module);
+BOOL findAndRemoveDuplicates(MCONTACT hContact, const char *module);
void replaceTreeItem(MCONTACT hContact, const char *module, const char *newModule);
void refreshTree(BOOL restore);
void freeTree(MCONTACT hContact);
|