--- 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_ */