src/prpl.h

changeset 2827
e3d10df95e74
parent 2773
3f711c709792
child 2956
1836bfe768df
--- 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. */

mercurial