Mercurial > pidgin
comparison src/prpl.h @ 2191:657dbe515608
[gaim-migrate @ 2201]
genericize buddy icon stuff
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 29 Aug 2001 23:41:43 +0000 |
| parents | dca8e00d7de0 |
| children | cff4fbe01c7b |
comparison
equal
deleted
inserted
replaced
| 2190:24d947eff811 | 2191:657dbe515608 |
|---|---|
| 160 extern void do_ask_dialog(const char *, void *, void *, void *); | 160 extern void do_ask_dialog(const char *, void *, void *, void *); |
| 161 extern void do_prompt_dialog(const char *, void *, void *, void *); | 161 extern void do_prompt_dialog(const char *, void *, void *, void *); |
| 162 | 162 |
| 163 extern void connection_has_mail(struct gaim_connection *, int, const char *, const char *); | 163 extern void connection_has_mail(struct gaim_connection *, int, const char *, const char *); |
| 164 | 164 |
| 165 extern void set_icon_data(struct gaim_connection *, char *, void *, int); | |
| 166 extern void *get_icon_data(struct gaim_connection *, char *, int *); | |
| 167 | |
| 165 #endif | 168 #endif |
