summaryrefslogtreecommitdiff
path: root/plugins/Import/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-01-09 11:17:16 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-01-09 11:17:16 +0300
commitc1137914b90fd115909178ba8e037281708cfd9a (patch)
tree8541542c8ddd138537c74292824e4f5647e1b8e8 /plugins/Import/src/stdafx.h
parent1c81465a63439cb37c3fbedb0ced3a839ded4a46 (diff)
UnregisterDatabasePlugin - a function to unload database driver on the flow
Diffstat (limited to 'plugins/Import/src/stdafx.h')
-rw-r--r--plugins/Import/src/stdafx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Import/src/stdafx.h b/plugins/Import/src/stdafx.h
index b2c4cf6f1e..57511c051c 100644
--- a/plugins/Import/src/stdafx.h
+++ b/plugins/Import/src/stdafx.h
@@ -104,6 +104,7 @@ public:
CMPlugin();
int Load() override;
+ int Unload() override;
};
// Keys
@@ -320,7 +321,11 @@ extern CImportBatch *g_pBatch;
extern HWND g_hwndWizard, g_hwndAccMerge;
void RegisterIcons(void);
+
void RegisterMContacts();
+void UnregisterMContacts();
+
void RegisterJson();
+void UnregisterJson();
INT_PTR ImportContact(WPARAM hContact, LPARAM);