diff src/prpl.h @ 2956:b68c648618a3

[gaim-migrate @ 2969] I Love Rock & Roll.... committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 17 Feb 2002 18:08:12 +0000
parents 51999a36c0b1
children 7239a392486c
line wrap: on
line diff
--- a/src/prpl.h	Wed Feb 13 15:23:13 2002 +0000
+++ b/src/prpl.h	Sun Feb 17 18:08:12 2002 +0000
@@ -144,7 +144,11 @@
 	void (* keepalive)	(struct gaim_connection *);
 
 	/* new user registration */
-	void (* register_user)	(struct gaim_connection *);
+	void (* register_user)	(struct aim_user *);
+
+	/* get "chat buddy" info and away message */
+	void (* get_cb_info)	(struct gaim_connection *, int, char *who);
+	void (* get_cb_away)	(struct gaim_connection *, int, char *who);
 
 	void (* buddy_free)	(struct buddy *);