diff src/prpl.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 ab828b8c3f22
children 994b2d782711
line wrap: on
line diff
--- a/src/prpl.h	Fri Oct 31 03:02:48 2003 +0000
+++ b/src/prpl.h	Fri Oct 31 05:14:27 2003 +0000
@@ -311,6 +311,8 @@
 	void (*set_buddy_icon)(GaimConnection *, const char *filename);
 
 	void (*remove_group)(GaimConnection *gc, const char *group);
+
+	char *(*get_cb_real_name)(GaimConnection *gc, int id, const char *who);
 };
 
 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \