blob: 38b9bf482db2b9f69264f1dcc3781eab95a24445 (
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, MCONTACT hcontact, char* username);
|