diff options
Diffstat (limited to 'plugins/Clist_blind/src/commonheaders.h')
-rw-r--r-- | plugins/Clist_blind/src/commonheaders.h | 1 |
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
|