int __cdecl CYahooProto::AuthRecv(MCONTACT hContact, PROTORECVEVENT* pre) { debugLogA("[YahooRecvAuth] "); db_unset(hContact,"CList","Hidden"); Proto_AuthRecv(m_szModuleName, pre); return 0; }
int CMsnProto::AuthRecv(MCONTACT, PROTORECVEVENT* pre) { Proto_AuthRecv(m_szModuleName, pre); return 0; }
int CSkypeProto::AuthRecv(MCONTACT, PROTORECVEVENT* pre) { return Proto_AuthRecv(m_szModuleName, pre); }
int CMraProto::AuthRecv(HANDLE hContact, PROTORECVEVENT* pre) { Proto_AuthRecv(m_szModuleName, pre); return 0; }