Mercurial > pidgin
comparison src/prpl.h @ 2956:b68c648618a3
[gaim-migrate @ 2969]
I Love Rock & Roll....
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Sun, 17 Feb 2002 18:08:12 +0000 |
parents | 51999a36c0b1 |
children | 7239a392486c |
comparison
equal
deleted
inserted
replaced
2955:8b03506b8c1e | 2956:b68c648618a3 |
---|---|
142 void (* chat_whisper) (struct gaim_connection *, int id, char *who, char *message); | 142 void (* chat_whisper) (struct gaim_connection *, int id, char *who, char *message); |
143 int (* chat_send) (struct gaim_connection *, int id, char *message); | 143 int (* chat_send) (struct gaim_connection *, int id, char *message); |
144 void (* keepalive) (struct gaim_connection *); | 144 void (* keepalive) (struct gaim_connection *); |
145 | 145 |
146 /* new user registration */ | 146 /* new user registration */ |
147 void (* register_user) (struct gaim_connection *); | 147 void (* register_user) (struct aim_user *); |
148 | |
149 /* get "chat buddy" info and away message */ | |
150 void (* get_cb_info) (struct gaim_connection *, int, char *who); | |
151 void (* get_cb_away) (struct gaim_connection *, int, char *who); | |
148 | 152 |
149 void (* buddy_free) (struct buddy *); | 153 void (* buddy_free) (struct buddy *); |
150 | 154 |
151 /* this is really bad. */ | 155 /* this is really bad. */ |
152 void (* convo_closed) (struct gaim_connection *, char *who); | 156 void (* convo_closed) (struct gaim_connection *, char *who); |