summaryrefslogtreecommitdiff
path: root/protocols/Twitter/stubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Twitter/stubs.cpp')
-rw-r--r--protocols/Twitter/stubs.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Twitter/stubs.cpp b/protocols/Twitter/stubs.cpp
index 1bf2dcbdd0..6dabe5ec76 100644
--- a/protocols/Twitter/stubs.cpp
+++ b/protocols/Twitter/stubs.cpp
@@ -22,12 +22,12 @@ HANDLE TwitterProto::AddToListByEvent(int flags,int iContact,HANDLE hDbEvent)
return 0;
}
-int TwitterProto::Authorize(HANDLE hContact)
+int TwitterProto::Authorize(HANDLE hDbEvent)
{
return 0;
}
-int TwitterProto::AuthDeny(HANDLE hContact,const TCHAR *reason)
+int TwitterProto::AuthDeny(HANDLE hDbEvent,const TCHAR *reason)
{
return 0;
}
@@ -134,6 +134,6 @@ int TwitterProto::SetAwayMsg(int status,const TCHAR *msg)
}
int TwitterProto::UserIsTyping(HANDLE hContact,int type)
-{
+{
return 0;
} \ No newline at end of file