diff options
Diffstat (limited to 'plugins/MirOTR/src/utils.h')
-rw-r--r-- | plugins/MirOTR/src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirOTR/src/utils.h b/plugins/MirOTR/src/utils.h index 17dc74d758..1bef577c29 100644 --- a/plugins/MirOTR/src/utils.h +++ b/plugins/MirOTR/src/utils.h @@ -24,6 +24,8 @@ extern __inline const wchar_t* contact_get_nameT(MCONTACT hContact); wchar_t* ProtoGetNickname(const char* proto); +void CopyToClipboard(const wchar_t *pwszMsg); + char* GetDlgItemTextUtf(HWND hwndDlg, int ctrlId); void ShowPopup(const wchar_t* line1, const wchar_t* line2, int timeout, const MCONTACT hContact = NULL); |