summaryrefslogtreecommitdiff
path: root/plugins/Clist_blind/src/commonheaders.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-26 16:33:40 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-26 16:33:40 +0000
commit0aa96e0a23064eb3d2a041c2acebd30855d5245e (patch)
tree98ebea1838cb6c776c4d2ad9ac5eaa81dc8331b4 /plugins/Clist_blind/src/commonheaders.h
parentdf19fbdf4e4dac7dbcd6735472eb66efd02850e2 (diff)
same parameter for clist_blind
git-svn-id: http://svn.miranda-ng.org/main/trunk@9949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind/src/commonheaders.h')
-rw-r--r--plugins/Clist_blind/src/commonheaders.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_blind/src/commonheaders.h b/plugins/Clist_blind/src/commonheaders.h
index 45df80cf73..47cb30cb48 100644
--- a/plugins/Clist_blind/src/commonheaders.h
+++ b/plugins/Clist_blind/src/commonheaders.h
@@ -51,6 +51,7 @@ struct ClcData : public ClcDataBase
// shared vars
extern HINSTANCE g_hInst;
+extern CLIST_INTERFACE coreCli;
/* most free()'s are invalid when the code is executed from a dll, so this changes
all the bad free()'s to good ones, however it's still incorrect code. The reasons for not