diff src/prpl.h @ 10400:6a043ae92db6

[gaim-migrate @ 11631] I'm about to go home for the holidays, so I figured I'd commit this before I left so someone else could pick up on it while I'm gone. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 19 Dec 2004 20:32:32 +0000
parents f086269582b1
children 6feef0a9098a
line wrap: on
line diff
--- a/src/prpl.h	Sun Dec 19 17:35:59 2004 +0000
+++ b/src/prpl.h	Sun Dec 19 20:32:32 2004 +0000
@@ -210,7 +210,7 @@
 	/* All the server-related functions */
 
 	/** This must be implemented. */
-	void (*login)(GaimAccount *);
+	void (*login)(GaimAccount *, GaimStatus *);
 
 	/** This must be implemented. */
 	void (*close)(GaimConnection *);