comparison src/prpl.h @ 4108:274cb26ba8dc

[gaim-migrate @ 4323] (21:13:00) Robot101: little docklet description change, respacing messy file transfer entries in struct aim_user, fixing retrieval of window position, and avoiding un-needed moves of the blist committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 21 Dec 2002 02:14:02 +0000
parents 133cf6424c53
children 1bd663beada5
comparison
equal deleted inserted replaced
4107:06435b94c3d7 4108:274cb26ba8dc
177 void (* convo_closed) (struct gaim_connection *, char *who); 177 void (* convo_closed) (struct gaim_connection *, char *who);
178 178
179 char *(* normalize)(const char *); 179 char *(* normalize)(const char *);
180 180
181 /* transfer files */ 181 /* transfer files */
182 void (* file_transfer_cancel) (struct gaim_connection *, struct file_transfer *); 182 void (* file_transfer_cancel) (struct gaim_connection *, struct file_transfer *);
183 void (* file_transfer_in) (struct gaim_connection *, struct file_transfer *, int); 183 void (* file_transfer_in) (struct gaim_connection *, struct file_transfer *, int);
184 void (* file_transfer_out) (struct gaim_connection *, struct file_transfer *, const char *, int, int); 184 void (* file_transfer_out) (struct gaim_connection *, struct file_transfer *, const char *, int, int);
185 void (* file_transfer_nextfile) (struct gaim_connection *, struct file_transfer *); 185 void (* file_transfer_nextfile) (struct gaim_connection *, struct file_transfer *);
186 void (* file_transfer_data_chunk)(struct gaim_connection *, struct file_transfer *, const char *, int); 186 void (* file_transfer_data_chunk)(struct gaim_connection *, struct file_transfer *, const char *, int);
187 void (* file_transfer_done) (struct gaim_connection *, struct file_transfer *); 187 void (* file_transfer_done) (struct gaim_connection *, struct file_transfer *);
188 }; 188 };
189 189
190 extern GSList *protocols; 190 extern GSList *protocols;
191 extern int prpl_accounts[]; 191 extern int prpl_accounts[];
192 192