diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-12 20:44:06 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-12 20:44:06 +0000 |
commit | d67a4ccb6bdb9827e11bbe3da750901c86a6b852 (patch) | |
tree | 6c8c124f6d13b25e08c3635169bc99d94e033752 /protocols/Yahoo/src/yahoo.h | |
parent | 1eb5d33e9916cd042323e8065961494c492d9416 (diff) |
minor x64 fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3082 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/src/yahoo.h')
-rw-r--r-- | protocols/Yahoo/src/yahoo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Yahoo/src/yahoo.h b/protocols/Yahoo/src/yahoo.h index f60556bf97..3241092599 100644 --- a/protocols/Yahoo/src/yahoo.h +++ b/protocols/Yahoo/src/yahoo.h @@ -128,7 +128,6 @@ int GetStatus(WPARAM wParam,LPARAM lParam); yahoo_status miranda_to_yahoo(int myyahooStatus);
void register_callbacks();
-char* YAHOO_GetContactName(HANDLE hContact);
#ifdef __GNUC__
int DebugLog( const char *fmt, ... ) __attribute__ ((format (printf, 1, 2)));
|