diff options
Diffstat (limited to 'protocols/Omegle/stubs.cpp')
-rw-r--r-- | protocols/Omegle/stubs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Omegle/stubs.cpp b/protocols/Omegle/stubs.cpp index 24354c49bc..825c60ac8c 100644 --- a/protocols/Omegle/stubs.cpp +++ b/protocols/Omegle/stubs.cpp @@ -32,12 +32,12 @@ HANDLE OmegleProto::AddToListByEvent(int flags,int iContact,HANDLE hDbEvent) return 0;
};
-int OmegleProto::Authorize(HANDLE hContact)
+int OmegleProto::Authorize(HANDLE hDbEvent)
{
return 0;
}
-int OmegleProto::AuthDeny(HANDLE hContact,const PROTOCHAR *reason)
+int OmegleProto::AuthDeny(HANDLE hDbEvent,const PROTOCHAR *reason)
{
return 0;
}
|