diff src/prpl.h @ 2827:51999a36c0b1

[gaim-migrate @ 2840] heh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 02 Dec 2001 00:35:34 +0000
parents a0fd8f91e294
children b68c648618a3
line wrap: on
line diff
--- a/src/prpl.h	Sat Dec 01 22:53:51 2001 +0000
+++ b/src/prpl.h	Sun Dec 02 00:35:34 2001 +0000
@@ -143,6 +143,9 @@
 	int  (* chat_send)	(struct gaim_connection *, int id, char *message);
 	void (* keepalive)	(struct gaim_connection *);
 
+	/* new user registration */
+	void (* register_user)	(struct gaim_connection *);
+
 	void (* buddy_free)	(struct buddy *);
 
 	/* this is really bad. */