summaryrefslogtreecommitdiff
path: root/MySpace/server_con.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-03 06:26:19 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-03 06:26:19 +0000
commit6ad2fdede0ae25dc0d56b5e45f6b9aa876e93b68 (patch)
tree338cd3a33a281b5f8372908f9b2ffb280dd611f2 /MySpace/server_con.h
parent3211838af8942e88c53fb775ccd1a2524049592e (diff)
don't strip links in <a> tags
get avatars! woohoo :) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@248 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/server_con.h')
-rw-r--r--MySpace/server_con.h1
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;