blob: 0964ef983bf7568ff85d9867646e8e27b53cfff4 (
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,HANDLE hcontact,char* username);
|