diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-01 16:58:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-01 16:58:02 +0300 |
commit | 6558159f70c242abf8d478c9661d5d349b5c416e (patch) | |
tree | 26199f05204c74b409955b18a201134980f2994d /plugins/SecureIM/src/crypt.h | |
parent | 3ecac50fe24978aa1a3910f90505d9fb1276d7ca (diff) |
SecureIM:
- fixes #2263 (SecureIM: вместо внутреннего имени выводить имя аккаунта);
- major code cleaning;
- version bump
Diffstat (limited to 'plugins/SecureIM/src/crypt.h')
-rw-r--r-- | plugins/SecureIM/src/crypt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/SecureIM/src/crypt.h b/plugins/SecureIM/src/crypt.h index 79e2b677e6..a40d3c501c 100644 --- a/plugins/SecureIM/src/crypt.h +++ b/plugins/SecureIM/src/crypt.h @@ -98,9 +98,7 @@ pUinKey getUinKey(MCONTACT hContact); pUinKey getUinCtx(HANDLE);
void addMsg2Queue(pUinKey,WPARAM,LPSTR);
-void getContactName(MCONTACT hContact, LPSTR szName);
-void getContactNameA(MCONTACT hContact, LPSTR szName);
-void getContactUin(MCONTACT hContact, LPSTR szUIN);
+void getContactUin(MCONTACT hContact, LPWSTR szUIN);
void getContactUinA(MCONTACT hContact, LPSTR szUIN);
// crypt_check.cpp
|