예제 #1
0
int FacebookProto::AuthRequest(MCONTACT hContact,const PROTOCHAR *message)
{
	return RequestFriendship(hContact, NULL);
}
예제 #2
0
파일: proto.cpp 프로젝트: Seldom/miranda-ng
int FacebookProto::AuthRequest(MCONTACT hContact, const TCHAR *)
{
	return RequestFriendship(hContact, NULL);
}