Mercurial > pidgin
comparison src/server.c @ 2309:a87ca0aa1840
[gaim-migrate @ 2319]
this shouldn't have been here.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 19 Sep 2001 06:09:15 +0000 |
| parents | 878503b60006 |
| children | bd9d403fb15b |
comparison
equal
deleted
inserted
replaced
| 2308:a90be9567452 | 2309:a87ca0aa1840 |
|---|---|
| 136 { | 136 { |
| 137 if (g && g->prpl && g->prpl->get_info) | 137 if (g && g->prpl && g->prpl->get_info) |
| 138 (*g->prpl->get_info)(g, name); | 138 (*g->prpl->get_info)(g, name); |
| 139 } | 139 } |
| 140 | 140 |
| 141 void serv_get_away_msg(struct gaim_connection *g, char *name) | |
| 142 { | |
| 143 if (g && g->prpl && g->prpl->get_away_msg) | |
| 144 (*g->prpl->get_away_msg)(g, name); | |
| 145 } | |
| 146 | |
| 147 void serv_get_dir(struct gaim_connection *g, char *name) | 141 void serv_get_dir(struct gaim_connection *g, char *name) |
| 148 { | 142 { |
| 149 if (g && g->prpl && g->prpl->get_dir) | 143 if (g && g->prpl && g->prpl->get_dir) |
| 150 (*g->prpl->get_dir)(g, name); | 144 (*g->prpl->get_dir)(g, name); |
| 151 } | 145 } |
