summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/processbuddyinfo.h
blob: e4fad3b387b11ca14265ebb6d0123f7d7eb2ad29 (plain)
1
2
3
4
5
6
7
//funktion soll avatar runterladen und dem buddy zuordnen
#include "baseProtocol.h"
#include "resource.h"
#include "getbuddyinfo.h"
#include "buddyinfo.h"

void ProcessBuddyInfo(xfirelib::BuddyInfoPacket *buddyinfo, HCONTACT hcontact,char* username);