diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-11-01 13:30:52 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-11-01 13:30:52 +0000 |
commit | 7a03b9fcca5ad759a6c71b2a0dceebd77533107e (patch) | |
tree | 4cd6bff30f64babb39e9ee955794cfa86afeb022 /plugins/Clist_blind/src/stdafx.h | |
parent | ef7af9e52247e0b13de8f7acc78508a1d3b9fe00 (diff) |
CList blind:
- crash fix (fixes #1079)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind/src/stdafx.h')
-rw-r--r-- | plugins/Clist_blind/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Clist_blind/src/stdafx.h b/plugins/Clist_blind/src/stdafx.h index dc20fb1eb9..ff97b904c7 100644 --- a/plugins/Clist_blind/src/stdafx.h +++ b/plugins/Clist_blind/src/stdafx.h @@ -49,6 +49,10 @@ struct ClcData : public ClcDataBase // shared vars
extern HINSTANCE g_hInst;
extern CLIST_INTERFACE coreCli;
+extern int g_bSortByStatus, g_bSortByProto;
+
+
+int CompareContacts(const ClcContact *contact1, const ClcContact *contact2);
/* 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
|