comparison 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
comparison
equal deleted inserted replaced
10399:aab0c9508318 10400:6a043ae92db6
208 GHashTable *(*chat_info_defaults)(GaimConnection *, const char *chat_name); 208 GHashTable *(*chat_info_defaults)(GaimConnection *, const char *chat_name);
209 209
210 /* All the server-related functions */ 210 /* All the server-related functions */
211 211
212 /** This must be implemented. */ 212 /** This must be implemented. */
213 void (*login)(GaimAccount *); 213 void (*login)(GaimAccount *, GaimStatus *);
214 214
215 /** This must be implemented. */ 215 /** This must be implemented. */
216 void (*close)(GaimConnection *); 216 void (*close)(GaimConnection *);
217 int (*send_im)(GaimConnection *, const char *who, 217 int (*send_im)(GaimConnection *, const char *who,
218 const char *message, 218 const char *message,