comparison src/prpl.h @ 2773:a0fd8f91e294

[gaim-migrate @ 2786] SPAM!!! All recipients of the email generated by this commit each owe me $125 per email sent, plus a $75 handling fee for all messages combined. Or was that supposed to be the other way around. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 20 Nov 2001 01:01:22 +0000
parents e841b14b5b89
children 51999a36c0b1
comparison
equal deleted inserted replaced
2772:f9227268db25 2773:a0fd8f91e294
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 away);
106 void (* set_info) (struct gaim_connection *, char *info); 106 void (* set_info) (struct gaim_connection *, char *info);
107 void (* get_info) (struct gaim_connection *, char *who); 107 void (* get_info) (struct gaim_connection *, char *who);
108 void (* set_away) (struct gaim_connection *, char *state, char *message); 108 void (* set_away) (struct gaim_connection *, char *state, char *message);
109 void (* get_away) (struct gaim_connection *, char *who);
109 void (* set_dir) (struct gaim_connection *, char *first, 110 void (* set_dir) (struct gaim_connection *, char *first,
110 char *middle, 111 char *middle,
111 char *last, 112 char *last,
112 char *maiden, 113 char *maiden,
113 char *city, 114 char *city,