Mercurial > pidgin
comparison src/prpl.h @ 1064:b0b40b5faede
[gaim-migrate @ 1074]
for some things, the prpl needs to ask the user if they want to do something. i added a way of doing that to prpl.c. i also tweaked oscar.c to get it to use that system, as well as adding the beginnings of getfile support to oscar.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 04 Nov 2000 09:13:29 +0000 |
| parents | ece2d1543b20 |
| children | 2fe18b2d6105 |
comparison
equal
deleted
inserted
replaced
| 1063:e1408fb04c36 | 1064:b0b40b5faede |
|---|---|
| 98 void load_protocol(proto_init); | 98 void load_protocol(proto_init); |
| 99 void unload_protocol(struct prpl *); | 99 void unload_protocol(struct prpl *); |
| 100 | 100 |
| 101 struct prpl *find_prpl(int); | 101 struct prpl *find_prpl(int); |
| 102 | 102 |
| 103 void do_ask_dialog(const char *, void *, void *, void *); | |
| 103 #endif | 104 #endif |
