diff src/protocols/silc/silcgaim.h @ 9488:2770a0e659ca

[gaim-migrate @ 10313] Stu Tomlinson assures me that this is a bunch of new and fancy features for SILC that we really need. I believe him because his name is pronounceable backward. This is from Patch #975859, and additionally fixes bug #981066 and mitigates #981080. We love you, Stu. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 08 Jul 2004 18:45:01 +0000
parents d27156c9c876
children db62420a53a2
line wrap: on
line diff
--- a/src/protocols/silc/silcgaim.h	Thu Jul 08 17:37:33 2004 +0000
+++ b/src/protocols/silc/silcgaim.h	Thu Jul 08 18:45:01 2004 +0000
@@ -126,6 +126,9 @@
 void silcgaim_roomlist_cancel(GaimRoomlist *list);
 void silcgaim_chat_chauth_show(SilcGaim sg, SilcChannelEntry channel,
 			       SilcBuffer channel_pubkeys);
+void silcgaim_parse_attrs(SilcDList attrs, char **moodstr, char **statusstr,
+					 char **contactstr, char **langstr, char **devicestr,
+					 char **tzstr, char **geostr);
 
 #ifdef _WIN32
 typedef int uid_t;