diff options
Diffstat (limited to 'plugins/WhenWasIt/src/utils.h')
-rw-r--r-- | plugins/WhenWasIt/src/utils.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/WhenWasIt/src/utils.h b/plugins/WhenWasIt/src/utils.h index 9a5c65a1d9..f5afc2c1c0 100644 --- a/plugins/WhenWasIt/src/utils.h +++ b/plugins/WhenWasIt/src/utils.h @@ -44,9 +44,11 @@ RECT AnchorCalcPos(HWND window, const RECT *rParent, const WINDOWPOS *parentPos, int GetStringFromDatabase(char *szSettingName, char *szError, char *szResult, int size);
-wchar_t* GetContactID(MCONTACT hContact);
-wchar_t* GetContactID(MCONTACT hContact, char *szProto);
+wchar_t* GetContactID(MCONTACT hContact);
+wchar_t* GetContactID(MCONTACT hContact, char *szProto);
MCONTACT GetContactFromID(wchar_t *szID, char *szProto);
MCONTACT GetContactFromID(wchar_t *szID, wchar_t *szProto);
+void CreateToolTip(HWND target, wchar_t *tooltip, LPARAM width);
+
#endif
\ No newline at end of file |