diff options
Diffstat (limited to 'MySpace/server_con.h')
-rw-r--r-- | MySpace/server_con.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MySpace/server_con.h b/MySpace/server_con.h index b247e00..c81ce07 100644 --- a/MySpace/server_con.h +++ b/MySpace/server_con.h @@ -18,6 +18,7 @@ HANDLE CreateContact(int uid, char *nick, char *email, bool add_buddy); int LookupUID(int uid);
void SendMessage(ClientNetMessage &msg);
+void DownloadAvatar(HANDLE hContact, char *url);
typedef struct {
PROTOSEARCHRESULT psr;
|