comparison src/prpl.h @ 3033:1143524a2eaf

[gaim-migrate @ 3046] Laying the ground work for image send. Also an IRC fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 12 Mar 2002 17:21:46 +0000
parents 87fff45fa36b
children 0f1766887ddd
comparison
equal deleted inserted replaced
3032:d3536105d581 3033:1143524a2eaf
100 * (i.e. the prpl says you can set your dir info, the ui shows a dialog and needs to call 100 * (i.e. the prpl says you can set your dir info, the ui shows a dialog and needs to call
101 * set_dir in order to set it) */ 101 * set_dir in order to set it) */
102 102
103 void (* login) (struct aim_user *); 103 void (* login) (struct aim_user *);
104 void (* close) (struct gaim_connection *); 104 void (* close) (struct gaim_connection *);
105 int (* send_im) (struct gaim_connection *, char *who, char *message, int away); 105 int (* send_im) (struct gaim_connection *, char *who, char *message, int len, int away);
106 void (* set_info) (struct gaim_connection *, char *info); 106 void (* set_info) (struct gaim_connection *, char *info);
107 int (* send_typing) (struct gaim_connection *, char *name, int typing); 107 int (* send_typing) (struct gaim_connection *, char *name, int typing);
108 void (* get_info) (struct gaim_connection *, char *who); 108 void (* get_info) (struct gaim_connection *, char *who);
109 void (* set_away) (struct gaim_connection *, char *state, char *message); 109 void (* set_away) (struct gaim_connection *, char *state, char *message);
110 void (* get_away) (struct gaim_connection *, char *who); 110 void (* get_away) (struct gaim_connection *, char *who);