diff src/protocols/jabber/chat.h @ 7398:d60e1629ffde

[gaim-migrate @ 7994] now when you try to IM someone in a jabber chat, it'll actually get there committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Oct 2003 05:14:27 +0000
parents 565b5bca5e8a
children 08cef5988410
line wrap: on
line diff
--- a/src/protocols/jabber/chat.h	Fri Oct 31 03:02:48 2003 +0000
+++ b/src/protocols/jabber/chat.h	Fri Oct 31 05:14:27 2003 +0000
@@ -52,5 +52,7 @@
 void jabber_chat_invite(GaimConnection *gc, int id, const char *message,
 		const char *name);
 void jabber_chat_leave(GaimConnection *gc, int id);
+char *jabber_chat_buddy_real_name(GaimConnection *gc, int id, const char *who);
+
 
 #endif /* _GAIM_JABBER_CHAT_H_ */