diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-19 14:48:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-19 14:48:03 +0000 |
commit | 753aa1585f9e0939cba3073f8ef2c70972a47b62 (patch) | |
tree | 97c46f8644e4c2044ed21453d993c6134b070e3f /plugins/SecureIM/src/crypt.h | |
parent | 8768290e05cf27d6d291639fb64e636363ddbb67 (diff) |
fix for SecureIM icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@2375 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/crypt.h')
-rw-r--r-- | plugins/SecureIM/src/crypt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SecureIM/src/crypt.h b/plugins/SecureIM/src/crypt.h index be936d420f..1e0bea6060 100644 --- a/plugins/SecureIM/src/crypt.h +++ b/plugins/SecureIM/src/crypt.h @@ -139,6 +139,7 @@ BOOL isSecureIM(HANDLE hContact, BOOL emptyMirverAsSecureIM=FALSE); // crypt_icons.cpp
HICON mode2icon(int,int);
+HANDLE mode2clicon(int mode, int type);
void RefreshContactListIcons(void);
void ShowStatusIcon(HANDLE,UINT);
void ShowStatusIcon(HANDLE);
|